From 63cc9785c5556d16adbd972c0f93ae8a63325ef1 Mon Sep 17 00:00:00 2001 From: Jonathan Wren Date: Sat, 9 Nov 2019 13:10:58 -0800 Subject: [PATCH] ugh --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7021d21f..96791ea0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,4 +26,4 @@ after_deploy: - git config --global user.name "Jrnl Bot" - git add pyproject.toml - git commit -m "Incrementing version to ${TRAVIS_TAG}" - - git push https://${GITHUB_TOKEN}@github.com/jrnl-org/jrnl master + - git push https://${GITHUB_TOKEN}@github.com/jrnl-org/jrnl.git master