Skip to content

Commit 7211c25

Browse files
author
shearn89
committed
tweaked cascader gui
1 parent 89bc6a7 commit 7211c25

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cascader/bin/cascader

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ elsif ARGV.first.eql? "cascade"
1919
cascade, name, *topics = ARGV
2020
server = Server.new(name, user.hostname, topics)
2121
elsif ARGV.first.eql? "gui"
22-
gui = '#{APP_ROOT}/../cascader-gui/bin/cascader-gui'
23-
Thread.new{system(gui)}
22+
Thread.new{system('cascader-gui')}
2423
else
2524
client = Client.new(user)
2625
client.search

0 commit comments

Comments
 (0)