lib/braid/commands/setup.rb in realityforge-braid-0.9.3 vs lib/braid/commands/setup.rb in realityforge-braid-0.9.4
- old
+ new
@@ -4,11 +4,11 @@
def run(path = nil)
path ? setup_one(path) : setup_all
end
protected
-
+
def setup_all
msg "Setting up all mirrors."
config.mirrors.each do |path|
setup_one(path)
end
@@ -32,5 +32,6 @@
git.remote_add(mirror.remote, url, mirror.branch)
end
end
end
end
+