Skip to content

Commit

Permalink
♻️ Update build:wait example output (#293)
Browse files Browse the repository at this point in the history
* ♻️Update `build:wait` example output

* ♻️Update build ID example to use a full ID

* 💬 Update example text

Co-authored-by: Wil Wilsman <[email protected]>
  • Loading branch information
Robdel12 and Wil Wilsman authored Apr 8, 2021
1 parent a29227e commit 0992d18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cli-build/src/commands/build/wait.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ export class Wait extends Command {
};

static examples = [
'$ percy build:wait --build 123',
'$ percy build:wait --project test --commit HEAD'
'$ percy build:wait --build 2222222',
'$ percy build:wait --project org/project --commit HEAD'
];

log = logger('cli:build:wait');
Expand Down

0 comments on commit 0992d18

Please sign in to comment.