From 02856ec1fa0794c36c6489704df8b13ff4dd5695 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 22 Feb 2018 17:36:29 +0100 Subject: playground nginx conf --- taler-build/update_libmicrohttpd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'taler-build/update_libmicrohttpd.sh') diff --git a/taler-build/update_libmicrohttpd.sh b/taler-build/update_libmicrohttpd.sh index 43aa639..56b8837 100755 --- a/taler-build/update_libmicrohttpd.sh +++ b/taler-build/update_libmicrohttpd.sh @@ -3,7 +3,7 @@ cd $HOME/libmicrohttpd/ git clean -fdx -git fetch +git fetch --all # reset to updated upstream branch, but only if we're tracking a branch branch=$(git rev-parse --abbrev-ref --symbolic-full-name @{u} 2>/dev/null || echo HEAD) git reset --hard "$branch" -- cgit v1.2.3