LucasLarson / update

update all the things
Other
1 stars 0 forks source link

ensure `~/.Brewfile` opens with Ruby hashbang #17

Closed LucasLarson closed 1 year ago

LucasLarson commented 1 year ago

~/.Brewfile, which is a well-formed Ruby file merits opening like this,^1 which will fix #16:

#!/usr/bin/env ruby

but as of the creation of #17, no hashbang is added: https://github.com/LucasLarson/update/blob/b23929246f4a7f97efc739bd6faf69f4ec6410c1/update#L117