Skip to content

Commit

Permalink
Use https instead of ssh git path for problem-specifications
Browse files Browse the repository at this point in the history
  • Loading branch information
coriolinus committed Nov 5, 2017
1 parent cf66a28 commit 7923464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _test/ensure-readmes-are-updated.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if [ ! -x bin/configlet ]; then
fi

if [ ! -d "problem-specifications" ]; then
git clone git@github.com:exercism/problem-specifications.git problem-specifications
git clone https://github.com/exercism/problem-specifications.git problem-specifications
fi

newline=$'\n '
Expand Down

0 comments on commit 7923464

Please sign in to comment.