Skip to content

Commit

Permalink
publish-meteor-tool-on-arch: fix conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
glasser committed Feb 10, 2015
1 parent f51094f commit ad999ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/admin/publish-meteor-tool-on-arch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ clean_up () {
echo "Removing remaining keys"
rm "$TEMP_KEY"
fi
if [[ "x$TEMP_KEY" != x ]]; then
if [[ "x$TEMP_PRIV_KEY" != x ]]; then
rm "$TEMP_PRIV_KEY"
fi

Expand Down

0 comments on commit ad999ee

Please sign in to comment.