Skip to content

Commit

Permalink
Redundant else
Browse files Browse the repository at this point in the history
  • Loading branch information
kuator authored and redxtech committed Jun 8, 2023
1 parent abcc7cc commit 77f31b0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions zsh-asdf-direnv.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ _zsh_asdf_direnv_load() {

if [[ ! -z "${ASDF_DATA_DIR}" ]]; then
ASDF_DATA_DIR="$ASDF_DIR/installs/direnv"
else
MY_SCRIPT_VARIABLE="${DEPLOY_ENV}"
fi

[[ ! -d "$ASDF_DATA_DIR" ]] && _zsh_asdf_direnv_install_direnv
Expand Down

0 comments on commit 77f31b0

Please sign in to comment.