Skip to content

Commit

Permalink
Changed verbiage for errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanvc committed Apr 22, 2010
1 parent f069d73 commit 182090b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Commands/Private Gist.tmCommand
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ else
puts "Private Gist URL copied to clipboard"
else
puts "Error private uploading gist"
puts "Error uploading private gist"
end
end
Expand Down
2 changes: 1 addition & 1 deletion Commands/Public Gist.tmCommand
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ else
puts "Public Gist URL copied to clipboard"
else
puts "Error public uploading gist"
puts "Error uploading public gist"
end
end
Expand Down

0 comments on commit 182090b

Please sign in to comment.