Skip to content

Commit

Permalink
Revert 1x change from e5270c8
Browse files Browse the repository at this point in the history
  • Loading branch information
CloCkWeRX committed Nov 11, 2011
1 parent e5270c8 commit bfb0864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2-to-github.sh
Expand Up @@ -99,7 +99,7 @@ elif [[ $response == *"Not Found"* ]] ; then
exit 1


post="{\"name\":\"pear/$package\", \"homepage\":\"http://pear.php.net/package/$package\", \"has_issues\":false, \"has_wiki\":false}"
post="{\"name\":\"$package\", \"homepage\":\"http://pear.php.net/package/$package\", \"has_issues\":false, \"has_wiki\":false}"
response=`curl $curl_args -s -S -u "$user:$pass" -d "$post" $api/orgs/pear/repos`

if [ $? -ne 0 ] ; then
Expand Down

0 comments on commit bfb0864

Please sign in to comment.