iroddis / asdf-mysql

A MySQL Plugin for asdf
GNU General Public License v2.0
19 stars 8 forks source link

Recent change preventing install #15

Closed mattevans closed 3 years ago

mattevans commented 3 years ago

Hi,

Running asdf install mysql now throws...

/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'

I believe the cause is due to an extra fi introduced in this commit.

I've lodged a PR here https://github.com/iroddis/asdf-mysql/pull/14 and would love if someone could verify and merge if found to be the cause.

Thanks.