Skip to content

Commit

Permalink
ctargs variable misspelled
Browse files Browse the repository at this point in the history
Fix for CiscoCloud#13 where system variables are not handled
  • Loading branch information
usultis authored Jul 24, 2016
1 parent aeccffb commit d206a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ reload_consul_template() {

consul-template -log-level ${CONSUL_LOGLEVEL} \
-config /consul-template/config.d \
${ctvars} &
${ctargs} &
ctpid=$!
}

Expand Down

0 comments on commit d206a74

Please sign in to comment.