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

Commit 9dde1fa

Browse files
committed
fix wording
1 parent 14d8a65 commit 9dde1fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/git.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
end
4747
HYPERLOOP_REPOS.each do |repo|
4848
Dir.chdir(File.join('..', repo)) do
49-
puts "\033[0;32mCreating new branch for #{repo}:\033[0;30m\t#{`git commit -am "#{message}"`}"
49+
puts "\033[0;32mCommitting #{repo}:\033[0;30m\t#{`git commit -am "#{message}"`}"
5050
end
5151
end
5252
end

0 commit comments

Comments
 (0)