Skip to content

Commit

Permalink
Removes looking for fin. This breask in the latest release of Docksal (
Browse files Browse the repository at this point in the history
…#201)

Thanks to @shirazd for finding it.
  • Loading branch information
thejimbirch authored Sep 13, 2024
1 parent df5686e commit 47e2ced
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .docksal/commands/init
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ key='\xF0\x9F\x94\x91'
lock='\xF0\x9F\x94\x92'
arm='\xF0\x9F\x92\xAA'

fin=$(which fin)
[[ -f ${fin} ]] && source $fin

LEFTHOOK=$(which lefthook || true)
if [[ "${LEFTHOOK}" == "" ]]; then
echo -e "\n${yellow} ${construction} Initializing githooks... ${construction}${NC}\n"
Expand Down

0 comments on commit 47e2ced

Please sign in to comment.