From b7c9eb5295fe892ab2f0334ad61f234e1688a750 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sat, 24 Oct 2020 11:10:28 +0100 Subject: [PATCH] fix typo in github sync --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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