Fix console
This commit is contained in:
parent
4a2820f081
commit
3d46928867
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -6,5 +6,5 @@ task default: []
|
|||
|
||||
desc 'Open development console'
|
||||
task :console do
|
||||
sh 'bundle', 'exec', File.expand_path(File.join('bin', 'console'), __dir__)
|
||||
exec 'bundle', 'exec', File.expand_path(File.join('bin', 'console'), __dir__)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue