From 7e350a4e22b478a2f7211614c0757bd9abe38852 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Tue, 11 May 2021 06:58:25 -0400 Subject: [PATCH] s/master/main/ (thanks, upstream!) --- update-version | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update-version b/update-version index 63e96ab..68ca726 100755 --- a/update-version +++ b/update-version @@ -14,7 +14,7 @@ then fi elif [ "$#" = '0' ] then - COMMIT='master' + COMMIT='main' fi if [ -z "${COMMIT}" ] then @@ -23,7 +23,7 @@ Usage: $0 [COMMIT] Parameters: COMMIT - full commit hash from upstream git (${REPO}); - otherwise the latest commit in master is used + otherwise the latest commit in main is used EOF exit 1 fi