Bugs for convert.rb is fixed

This commit is contained in:
Sourav Goswami
2020-08-25 16:05:53 +05:30
parent 9a2c097b80
commit 56c8e6d077

View File

@@ -100,7 +100,7 @@ cf = config_file.split(?=)[1] if config_file
CONFIG_FILE = if cf && File.readable?(cf)
cf
elsif !File.readable?(cf)
elsif cf && !File.readable?(cf)
puts ":: #{cf} is not readable, using colours.conf"
sleep 1
'colours.conf'