Skip to content

Commit

Permalink
Reverse if logic
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Terhar committed Feb 1, 2022
1 parent e80efe5 commit e4507da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ fi
mkdir -p ~/.vim_backup

if [ -z "$CODER_ASSETS_ROOT" ]; then
echo "no coder, no extensions"
else
echo "insalling gitlens"
${CODER_ASSETS_ROOT}/code-server/bin/code-server --install-extension ${DOTFILES_DIR}/extensions/eamodio.gitlens-11.7.0.vsix
fi
Expand Down

0 comments on commit e4507da

Please sign in to comment.