Skip to content

Commit

Permalink
Fix missing quotes bash array expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
panchoh authored and iknite committed Feb 19, 2019
1 parent d66bfe5 commit cd97e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/aws/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ then
ansible-playbook --inventory-file=$GOBIN/terraform-inventory --private-key ~/.ssh/id_rsa_free main.yml -f 10
else
echo "Using custom Ansible Playbook command."
ansible-playbook $@
ansible-playbook "$@"
fi

0 comments on commit cd97e81

Please sign in to comment.