remove puts
This commit is contained in:
parent
111fe5ef98
commit
1baa8d3f4c
|
@ -5,7 +5,6 @@ $:.push File.expand_path("../lib", __FILE__)
|
||||||
require "announcement/version"
|
require "announcement/version"
|
||||||
require 'json'
|
require 'json'
|
||||||
bundle_update_flag = ARGV[0]=='update' || ARGV[0]=='install'
|
bundle_update_flag = ARGV[0]=='update' || ARGV[0]=='install'
|
||||||
puts ['rails_env',ENV.to_h]
|
|
||||||
if bundle_update_flag
|
if bundle_update_flag
|
||||||
env_pwd = ENV['PWD']
|
env_pwd = ENV['PWD']
|
||||||
if File.exist?("#{env_pwd}/app/models/google.rb")
|
if File.exist?("#{env_pwd}/app/models/google.rb")
|
||||||
|
|
Loading…
Reference in New Issue