Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/twine.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib/twine
diff options
context:
space:
mode:
authorSebastian Ludwig <sebastian@lurado.de>2016-04-02 11:59:53 +0300
committerSebastian Ludwig <sebastian@lurado.de>2016-04-02 11:59:53 +0300
commitce5c9a182851a86a102877af448eb7c889c9615d (patch)
treeea55d7077d2ea441a0b63ef587556af4fa873036 /lib/twine
parentef84dd322c6a1dc2949a6a560a4ff012e449a84b (diff)
Incorporated PR feedback.
Diffstat (limited to 'lib/twine')
-rw-r--r--lib/twine/cli.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/twine/cli.rb b/lib/twine/cli.rb
index fde1d2a..295922d 100644
--- a/lib/twine/cli.rb
+++ b/lib/twine/cli.rb
@@ -145,7 +145,7 @@ module Twine
}
mapped_command = deprecated_command_mappings[args[0]]
if mapped_command
- Twine::stderr.puts "WARNING: Twine commands names have changed. `#{args[0]}` is now `#{mapped_command}`. The old command is deprecated will soon stop working. For more information please check the documentation at https://github.com/mobiata/"
+ Twine::stderr.puts "WARNING: Twine commands names have changed. `#{args[0]}` is now `#{mapped_command}`. The old command is deprecated will soon stop working. For more information please check the documentation at https://github.com/mobiata/twine"
args[0] = mapped_command
end