Fix console

This commit is contained in:
Alex Kotov 2023-05-02 17:48:32 +04:00
parent 4a2820f081
commit 3d46928867
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -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