We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1f3640 commit 5970fa9Copy full SHA for 5970fa9
lib/git-rails/commands/update.rb
@@ -5,7 +5,6 @@ class Update < GitRails::Command
5
def run(plugin_name)
6
git = GitRails::Git.new
7
path = plugin_name.match('/') ? plugin_name : File.join("vendor", "plugins", plugin_name)
8
- puts path + " - " + plugin_name
9
Dir.chdir(path) do
10
git.pull
11
end
0 commit comments