mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-13 08:44:12 +03:00
Fix stynax error in Rakefile
This commit is contained in:
parent
831e6ba231
commit
6bd7ff2be2
2
Rakefile
2
Rakefile
@ -32,7 +32,7 @@ task :install => :build do
|
||||
`cp -r #{path} #{File.expand_path(dest)}`
|
||||
|
||||
# Install cli atom
|
||||
usr_bin_path = default_usr_bin_path "/opt/github/bin"
|
||||
usr_bin_path = default_usr_bin_path = "/opt/github/bin"
|
||||
cli_path = "#{usr_bin_path}/atom"
|
||||
unless File.exists?(cli_path)
|
||||
print "Where do you want the cli binary insalled (#{default_usr_bin_path}): "
|
||||
|
Loading…
Reference in New Issue
Block a user