diff options
-rw-r--r-- | .envrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ git config --local alias.live "push origin HEAD:live" # # end here if we are in CI - [[ -n "CI" ]] && exit 0 + [[ -n "${CI}" ]] && exit 0 # # create third-party tags [[ -L "$CODEROOT"/_/src/.ctags.d ]] || ln -s "$CODEROOT"/.ctags.d "$CODEROOT"/_/src/.ctags.d |