Skip to content

Commit

Permalink
fix open command typo
Browse files Browse the repository at this point in the history
  • Loading branch information
quozd committed Feb 4, 2014
1 parent 53d2c0d commit 1679f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rubygems/commands/open_command.rb
Expand Up @@ -61,7 +61,7 @@ def open_gem name
end

def open_editor *args
Dir.chdir(path) do
Dir.chdir(args) do
pid = fork do
exec(*editor.split(/\s+/) + args)
end
Expand Down

0 comments on commit 1679f30

Please sign in to comment.