Closed mattevans closed 3 years ago
As of recent, running asdf install mysql now throws...
asdf install mysql
/Users/user.name/.asdf/plugins/mysql/bin/install: line 39: syntax error near unexpected token `fi' /Users/user.name/.asdf/plugins/mysql/bin/install: line 39: ` fi'
This PR removes the extra fi.
fi
Closes https://github.com/iroddis/asdf-mysql/issues/15
Yup, that works on a mac laptop I was able to borrow. Thanks very much for the fix.
As of recent, running
asdf install mysql
now throws...This PR removes the extra
fi
.Closes https://github.com/iroddis/asdf-mysql/issues/15