lib/pgcli/rails/monkey_patch.rb in pgcli-rails-0.9.0 vs lib/pgcli/rails/monkey_patch.rb in pgcli-rails-0.9.1

- old
+ new

@@ -10,10 +10,10 @@ end end def find_cmd_and_exec(commands, *args) commands = "pgcli" if commands == "psql" - super(commands, *args) + super end end end end