Fix cli example in webui (#3828)

This commit is contained in:
6543 2024-06-24 20:51:49 +02:00 committed by GitHub
parent 024fa0c438
commit d6aa870d08
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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';