Skip to content

Commit

Permalink
Make CLI output calls clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndrsn committed May 28, 2017
1 parent 02522e9 commit 0764ded
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/medic-conf
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ const project = process.argv[2];
const instanceUrl = process.argv[3];
const couchUrl = `${instanceUrl}/medic`;

big_log(`Uploading project configuration for ${project} to ${instanceUrl}...`);

Promise.resolve()

.then(() => big_log(`Uploading project configuration for ${project} to ${instanceUrl}...`))

.then(() => big_log('Compiling app settings...'))
.then(() => compileAppSettings(project))
.then(() => big_log('Tasks updated.'))
Expand Down

0 comments on commit 0764ded

Please sign in to comment.