Skip to content

Commit

Permalink
Merge branch 'beta'
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Jan 18, 2017
2 parents 306b175 + a58e85f commit 9ac3b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/add-to-output-repos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ for i in ${commands[@]}; do
local_folder=my-app
fi

git clone https://github.com/ember-cli/$repo_folder.git --branch $branch
git clone git@github.com:ember-cli/$repo_folder.git --branch $branch
pushd $repo_folder
git rm -rf .
ember $command $local_folder -sb -sn -sg
Expand Down

0 comments on commit 9ac3b0b

Please sign in to comment.