Browse Source

Update libexec/jenv-add

Co-authored-by: Barnesly <andrewflbarnes@hotmail.co.uk>
pull/405/head
Josh Soref 2 years ago committed by GitHub
parent
commit
736ad43621
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      libexec/jenv-add

2
libexec/jenv-add

@ -5,7 +5,7 @@ set -e @@ -5,7 +5,7 @@ set -e
[ -n "$JENV_DEBUG" ] && set -x
if [ "$#" -eq 0 ]; then
jenv help add
jenv-help --usage add >&2
exit 1
fi

Loading…
Cancel
Save