Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
pengwynn committed Sep 7, 2013
1 parent 840cedf commit 2e73693
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions script/test
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ script/bootstrap --quiet

for testvar in LOGIN PASSWORD TOKEN CLIENT_ID CLIENT_SECRET
do
octokitvar="OCTOKIT_TEST_GITHUB_${testvar}"
if [[ -z "${!octokitvar}" ]]; then
echo "Please export ${octokitvar}";
exit 1;
fi
octokitvar="OCTOKIT_TEST_GITHUB_${testvar}"
if [[ -z "${!octokitvar}" ]]; then
echo "Please export ${octokitvar}";
exit 1;
fi
done

echo "===> Running specs..."
Expand Down

0 comments on commit 2e73693

Please sign in to comment.