Skip to content

Commit

Permalink
Merge pull request #26 from manuelbuil/env_upper_case
Browse files Browse the repository at this point in the history
Expect upper case env variable
  • Loading branch information
manuelbuil authored Oct 4, 2021
2 parents b9fdf0f + 30edb24 commit 6467e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entry
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e -x

trap exit TERM INT

for dest_ip in ${DEST_IPs}
for dest_ip in ${DEST_IPS}
do
if echo ${dest_ip} | grep -Eq ":"
then
Expand Down

0 comments on commit 6467e7f

Please sign in to comment.