kcmerrill / alfred

(v0.2) Even Batman needs a little help. Task runner. Automator. Build system.
MIT License
63 stars 14 forks source link

fix register bug #36

Closed ivelichkovich closed 7 years ago

ivelichkovich commented 7 years ago

small bug fix to make registers work

kcmerrill commented 7 years ago

Wow. This is great! I didn't think it would be that easy of a fix. The problem I noticed was the template was being parsed before we set the variable but this 100% fixes it.

thanks for the PR!