mirror of
https://github.com/mrfluffy-dev/oreo-cursor.git
synced 2026-01-16 21:40:32 +00:00
Bugs for convert.rb is fixed
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user