lib/safe_pusher/cli.rb in safe_pusher-0.5.1 vs lib/safe_pusher/cli.rb in safe_pusher-0.5.2
- old
+ new
@@ -65,10 +65,10 @@
@services ||= SafePusher.configuration.services
end
def shortcut_to_command
@shortcut_to_command ||= YAML
- .load_file('./config/commands.yml')
+ .load_file('./../../config/commands.yml')
.reduce({}) { |o, (k, v)| o.update(v['shortcut'] => k) }
end
end
end