Skip to content

Commit

Permalink
Fix typo error.
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjmerono committed Mar 2, 2017
1 parent 8124bf8 commit 488835a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maven/mvnsecurity.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ then
else
echo "Missing master password..."
fi
if [ "$DEBUG_ENV" == "true" ]
if [ "$DEBUG_ENC" == "true" ]
then
echo "Debugging maven encryption..."
grep -e 'user\|pass\|master' ./maven/*.xml
Expand Down

0 comments on commit 488835a

Please sign in to comment.