Skip to content

Commit

Permalink
Merge pull request #52 from stackhpc/dont-assume-english
Browse files Browse the repository at this point in the history
Don't assume English locale
  • Loading branch information
markgoddard authored Feb 6, 2020
2 parents c39cf58 + 4b6e102 commit a9f2883
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions files/virt_volume.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@ result=$?
if [[ $result -eq 0 ]]; then
echo '{"changed": false}'
exit 0
elif ! echo "$output" | grep 'Storage volume not found' >/dev/null 2>&1; then
echo "Unexpected error while getting volume info" >&2
echo "$output"
exit $result
fi

# Stop here in check mode, there will be a change
Expand Down

0 comments on commit a9f2883

Please sign in to comment.