Skip to content

Commit

Permalink
Address peer review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
stefaniuk committed Sep 27, 2023
1 parent 2d9febf commit d17ce5a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/init.mk
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ githooks-run: # Run git hooks configured in this repository @Operations

asdf-install: # Install asdf @Installation
asdf_version=$$(grep -E "#\s+asdf\s+v[0-9.]+\s+[a-fA-F0-9]{40}" .tool-versions | awk '{ print $$4 }')
if ! [ -d "${HOME}/.asdf" ] || ! [ -d "${HOME}/.asdf/.git" ]; then
rm -rf "${HOME}/.asdf"
if ! [ -d "${HOME}/.asdf" ]; then
git clone https://github.com/asdf-vm/asdf.git "${HOME}/.asdf" ||:
fi
cd "${HOME}/.asdf"
Expand Down

0 comments on commit d17ce5a

Please sign in to comment.