sabayondevkit-functions.sh: fix typo

This commit is contained in:
Ettore Di Giacinto
2016-10-10 14:14:07 +02:00
committed by GitHub
parent 03b7b4fd18
commit 0769169cc6
+1 -1
View File
@@ -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
}