Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Sep 18, 2018
1 parent 2874dbc commit 2fda34c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ do
echo "Releasing $REMOTE";

TMP_DIR="/tmp/laravel-split"
REMOTE_URL=`git remote get-url $REMOTE`
REMOTE_URL="git@github.com:illuminate/$REMOTE.git"

rm -rf $TMP_DIR;
mkdir $TMP_DIR;
Expand Down

0 comments on commit 2fda34c

Please sign in to comment.