Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit cad34d2

Browse files
committed
Formatting
1 parent 6425353 commit cad34d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/compose

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if (argv.deploy) {
2121
const options = { ignore_certs: argv.insecure }
2222
if (argv.apihost) options.apihost = argv.apihost
2323
if (argv.auth) options.api_key = argv.auth
24-
composer.openwhisk(options).compositions.deploy(composition,argv.deploy).catch(console.error)
24+
composer.openwhisk(options).compositions.deploy(composition, argv.deploy).catch(console.error)
2525
} else {
2626
console.log(JSON.stringify(composition, null, 4))
2727
}

0 commit comments

Comments
 (0)