From 0a8be11c9e96898ada00a7e4756d9b88a7aac46c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 9 Jul 2019 11:01:27 -0400 Subject: [PATCH] upgrade stack on windows --- standalone/windows/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index 40450c7f47..8988cdda92 100755 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -59,8 +59,8 @@ getextra () { getextra rsync.exe 85cb7a4d16d274fcf8069b39042965ad26abd6aa # Upgrade stack -#stack --version -#stack upgrade --git +stack --version +stack upgrade --git stack --version # Update version info for git rev being built.