This commit is contained in:
Kevin Sawicki
2013-01-03 11:02:03 -08:00
parent b0d38d0ac7
commit 3e8913f518
2 changed files with 4 additions and 4 deletions

View File

@@ -87,8 +87,8 @@ end
desc "Clone default bundles into vendor/bundles directory"
task "clone-default-bundles" do
`git submodule sync`
`git submodule update --recursive --init`
`git submodule --quiet sync`
`git submodule --quiet update --recursive --init`
end
desc "Clean build Atom via `xcodebuild`"

View File

@@ -19,5 +19,5 @@ exit_unless_xcode_exists
exit_unless_npm_exists
npm install
git submodule sync
git submodule update --recursive --init
git submodule --quiet sync
git submodule --quiet update --recursive --init