Fix typo in patches method causing the script to constantly fail

This commit is contained in:
2012-06-02 23:21:25 +02:00
parent fe4bc8800e
commit 298f3601d9

View File

@@ -46,7 +46,7 @@ end
def patches(opts = {})
p = []
if opt[:fullscreen]
if opts[:fullscreen]
p << 'https://raw.github.com/gist/1746342/' +
'702dfe9e2dd79fddd536aa90d561efdeec2ba716'
end