Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ericrudder committed Apr 3, 2018
1 parent 8827067 commit eebf178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/travis/install-pulumi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ trap on_exit EXIT

curl -H "Authorization: token ${PULUMI_ACCESS_TOKEN}" ${RELEASE_URL} | tar -C ${WORK_DIR} -zxf -

# If Pulumi's install.sh, it will print an error message to the console, but it won't
# In Pulumi's install.sh, it will print an error message to the console, but it won't
# dump the install log by default. So let's print out the install log in this case.
if ! ${WORK_DIR}/pulumi/install.sh; then
cat ${WORK_DIR}/pulumi/install.log
Expand Down

0 comments on commit eebf178

Please sign in to comment.