Commit 9510d768 authored by Diego Biurrun's avatar Diego Biurrun

fate.sh: Allow non-fast-forwards when updating sources

parent c872d310
......@@ -35,7 +35,7 @@ checkout(){
update()(
cd ${src} || return
case "$repo" in
git:*) git pull --quiet ;;
git:*) git fetch --force; git reset --hard origin/master ;;
esac
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment