Compare commits

..

1 Commits

Author SHA1 Message Date
Ettore Di Giacinto 0769169cc6 sabayondevkit-functions.sh: fix typo 2016-10-10 14:14:07 +02:00
+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
}