Skip to content

Commit

Permalink
fix(call-command): print correct protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
eysi09 committed Sep 10, 2018
1 parent 019f984 commit d973058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion garden-cli/src/commands/call.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export class CallCommand extends Command<typeof callArgs> {
const method = "get"

const entry = ctx.log.info({
msg: chalk.cyan(`Sending HTTP GET request to `) + url + "\n",
msg: chalk.cyan(`Sending ${matchedEndpoint.protocol.toUpperCase()} GET request to `) + url + "\n",
entryStyle: EntryStyle.activity,
})

Expand Down

0 comments on commit d973058

Please sign in to comment.