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

Commit 88ac9d8

Browse files
committed
fix
1 parent b9d0794 commit 88ac9d8

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
@@ -72,8 +72,8 @@
7272
task :status do
7373
HYPERLOOP_REPOS.each do |repo|
7474
Dir.chdir(File.join('..', repo)) do
75-
`git remote update`
7675
puts "\033[0;32mStatus for #{repo}:\033[0;30m"
76+
`git remote update`
7777
puts
7878
puts `git status`
7979
puts

0 commit comments

Comments
 (0)