diff --git a/.build.yml b/.build.yml index 8b182116..739dc4cb 100644 --- a/.build.yml +++ b/.build.yml @@ -11,4 +11,4 @@ tasks: cd dotfiles GITHUB_TOKEN=`cat ~/.github_token` git remote add github https://cyplo:$GITHUB_TOKEN@github.com/cyplo/dotfiles.git - git push master github + git push github master