Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit 5250203

Browse files
committed
fix typo
1 parent 8edb4c7 commit 5250203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def set_version(repo, version, hrversion = nil)
5757
set_version(repo, version)
5858
sv = version
5959
end
60-
puts "\033[0;32ms#{repo} now at:\033[0;30m\t#{sv}"
60+
puts "\033[0;32m#{repo} now at:\033[0;30m\t#{sv}"
6161
end
6262
end
6363
end

0 commit comments

Comments
 (0)