This commit is contained in:
NaixSpirit
2016-02-28 20:11:24 +08:00
parent 164018419e
commit bca1c13ebc

View File

@@ -160,7 +160,7 @@ module FIR
@short = options[:short].to_s
@passwd = options[:password].to_s
@is_opened = !!options[:open]
@export_qrcode = options[:qrcode]
@export_qrcode = !!options[:qrcode]
end
def read_changelog(changelog)