diff options
| -rw-r--r-- | .travis.yml | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 9fb2b623..90ae14fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,4 +8,4 @@ install:  script:    - snekchek  after_success: -  "curl https://api.beardfist.com/pythondiscord -H \"token: $AUTODEPLOY_TOKEN\""
\ No newline at end of file +  "curl $AUTODEPLOY_WEBHOOK -H \"token: $AUTODEPLOY_TOKEN\""
\ No newline at end of file  |