mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 09:27:19 +02:00
bin files are now less noisy
This commit is contained in:
parent
52594cbedc
commit
36e8b4c56d
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
begin
|
||||
load File.expand_path('../spring', __FILE__)
|
||||
rescue LoadError
|
||||
puts 'no spring'
|
||||
'no spring'
|
||||
end
|
||||
APP_PATH = File.expand_path('../../config/application', __FILE__)
|
||||
require_relative '../config/boot'
|
||||
|
|
2
bin/rake
2
bin/rake
|
@ -2,7 +2,7 @@
|
|||
begin
|
||||
load File.expand_path('../spring', __FILE__)
|
||||
rescue LoadError
|
||||
puts 'no spring'
|
||||
'no spring'
|
||||
end
|
||||
require_relative '../config/boot'
|
||||
require 'rake'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue