fix typo in github sync
This commit is contained in:
parent
26569a38ac
commit
b7c9eb5295
1 changed files with 1 additions and 1 deletions
|
@ -11,4 +11,4 @@ tasks:
|
||||||
cd dotfiles
|
cd dotfiles
|
||||||
GITHUB_TOKEN=`cat ~/.github_token`
|
GITHUB_TOKEN=`cat ~/.github_token`
|
||||||
git remote add github https://cyplo:$GITHUB_TOKEN@github.com/cyplo/dotfiles.git
|
git remote add github https://cyplo:$GITHUB_TOKEN@github.com/cyplo/dotfiles.git
|
||||||
git push master github
|
git push github master
|
||||||
|
|
Loading…
Reference in a new issue