mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-22 18:01:02 +00:00
Fix cli example in webui (#3828)
This commit is contained in:
parent
024fa0c438
commit
d6aa870d08
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||
|
||||
|
|
Loading…
Reference in a new issue