mirror of
https://github.com/jimeh/build-emacs-for-macos.git
synced 2026-02-19 10:46:39 +00:00
Fix typo in patches method causing the script to constantly fail
This commit is contained in:
@@ -46,7 +46,7 @@ end
|
||||
def patches(opts = {})
|
||||
p = []
|
||||
|
||||
if opt[:fullscreen]
|
||||
if opts[:fullscreen]
|
||||
p << 'https://raw.github.com/gist/1746342/' +
|
||||
'702dfe9e2dd79fddd536aa90d561efdeec2ba716'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user