fix: success message spacing
This commit is contained in:
parent
f962e8be42
commit
02152082d1
1 changed files with 2 additions and 2 deletions
|
@ -88,9 +88,9 @@ export default class Upload extends BaseCommand {
|
|||
|
||||
let messageStart;
|
||||
if (this.dryRun) {
|
||||
messageStart = 'Would have ';
|
||||
messageStart = 'Would have';
|
||||
} else {
|
||||
messageStart = 'Successfully ';
|
||||
messageStart = 'Successfully';
|
||||
}
|
||||
|
||||
if (uploadCounter === 0) {
|
||||
|
|
Loading…
Reference in a new issue