mirror of
https://github.com/mrfluffy-dev/oreo-cursor.git
synced 2026-01-17 13:50:34 +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)
|
CONFIG_FILE = if cf && File.readable?(cf)
|
||||||
cf
|
cf
|
||||||
elsif !File.readable?(cf)
|
elsif cf && !File.readable?(cf)
|
||||||
puts ":: #{cf} is not readable, using colours.conf"
|
puts ":: #{cf} is not readable, using colours.conf"
|
||||||
sleep 1
|
sleep 1
|
||||||
'colours.conf'
|
'colours.conf'
|
||||||
|
|||||||
Reference in New Issue
Block a user