Skip to content

Commit

Permalink
fix(hook): Se corrigio error en parametros del post (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgaticaq authored and gmq committed Apr 4, 2017
1 parent 35c18cb commit c4948af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.json
@@ -1,7 +1,7 @@
{
"scripts": {
"dokku": {
"postdeploy": "sleep 5 && curl --data \"action=post-deploy&app=Huemul&url=https://huemul.devschile.cl\" https://huemul.devschile.cl/dokku/huemul-devs"
"postdeploy": "sleep 5 && curl --data 'action=post-deploy&app=Huemul&url=https://huemul.devschile.cl' https://huemul.devschile.cl/dokku/huemul-devs"
}
}
}

0 comments on commit c4948af

Please sign in to comment.