Skip to content

Commit 25d66cd

Browse files
committed
fix: CLI build outputs the correct report URL when finished 🐛
1 parent 09e8176 commit 25d66cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ const commands = {
9090
}/results`;
9191

9292
log('Done!');
93-
log('Build report will be available at:', url);
93+
log(`Build report will be available at: ${url}`);
9494

9595
return 'OK';
9696
},

0 commit comments

Comments
 (0)