iroddis / asdf-mysql

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

fix(install): removes extra closing conditional #14

Closed mattevans closed 3 years ago

mattevans commented 3 years ago

As of recent, 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'

This PR removes the extra fi.

Closes https://github.com/iroddis/asdf-mysql/issues/15

iroddis commented 3 years ago

Yup, that works on a mac laptop I was able to borrow. Thanks very much for the fix.