From 4bd8331ee2f915a309b6e905374821af7e32bd12 Mon Sep 17 00:00:00 2001 From: Jeff Lindsay Date: Sun, 23 Jun 2013 03:54:18 -0700 Subject: [PATCH] ugh, that line wasn't even necessary --- tests/test_deploy | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_deploy b/tests/test_deploy index a200adb16..a70dabc5e 100755 --- a/tests/test_deploy +++ b/tests/test_deploy @@ -12,6 +12,5 @@ git add . git commit -m 'initial commit' REPO="test-$RANDOM" git remote add target git@$TARGET:$REPO -URL_FILE=$(mktemp -t url) git push target master ./check_deploy "$(ssh dokku@$TARGET url $REPO)" && echo "-----> Deploy success!" \ No newline at end of file