Skip to content

Commit 7e71b8e

Browse files
[eas-cli] Fix upload command lint
1 parent 14bcf91 commit 7e71b8e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/eas-cli/src/commands/upload.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,9 @@ export default class BuildUpload extends EasCommand {
125125
if (jsonFlag) {
126126
printJsonOnlyOutput({ url: getBuildLogsUrl(build) });
127127
return;
128-
}
129-
128+
}
129+
130130
Log.withTick(`Shareable link to the build: ${getBuildLogsUrl(build)}`);
131-
132131
}
133132

134133
private async selectPlatformAsync({

0 commit comments

Comments
 (0)