mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-04-15 01:41:56 +00:00
Fix cli example in webui (#3828)
This commit is contained in:
@@ -60,7 +60,7 @@ const usageWithCurl = computed(() => {
|
||||
return usage;
|
||||
});
|
||||
|
||||
const usageWithCli = `# woodpecker setup --server-url ${address}`;
|
||||
const usageWithCli = `# woodpecker setup --server ${address}`;
|
||||
|
||||
const cliDownload = 'https://github.com/woodpecker-ci/woodpecker/releases';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user