Skip to content

Commit

Permalink
Merge pull request #58 from padthaitofuhot/master
Browse files Browse the repository at this point in the history
actually return 0 when $ret=2 and set -o pipefail
  • Loading branch information
AdrieanKhisbe committed Nov 11, 2015
2 parents 26e3b7e + 3249214 commit d022795
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resty 100755 → 100644
Expand Up @@ -102,6 +102,7 @@ function resty() {
return $ret
else
[ -n "$out" ] && echo "$out"
return 0
fi
;;
http://*|https://*)
Expand Down

0 comments on commit d022795

Please sign in to comment.