From 0769169cc63a1f00f95c8528cdba1ca1df6c8d78 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Mon, 10 Oct 2016 14:14:07 +0200 Subject: [PATCH] sabayondevkit-functions.sh: fix typo --- sabayondevkit-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sabayondevkit-functions.sh b/sabayondevkit-functions.sh index 9c38ed5..9d37d1b 100644 --- a/sabayondevkit-functions.sh +++ b/sabayondevkit-functions.sh @@ -17,7 +17,7 @@ build_sync() { git stash git fetch --all git checkout master - git reset --heard origin/master + git reset --hard origin/master popd }