From e46ace85dad18e7a389018cf66bc906bef700de1 Mon Sep 17 00:00:00 2001 From: Daniel Schmid Date: Sun, 12 Dec 2021 17:24:49 +0100 Subject: [PATCH] Fix typo in `utils/build-gnu.sh` --- util/build-gnu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/build-gnu.sh b/util/build-gnu.sh index eb8293fbe..add7f7455 100755 --- a/util/build-gnu.sh +++ b/util/build-gnu.sh @@ -5,7 +5,7 @@ set -e if test ! -d ../gnu; then echo "Could not find ../gnu" - echo "git clone https://github.com:coreutils/coreutils.git gnu" + echo "git clone https://github.com/coreutils/coreutils.git gnu" exit 1 fi if test ! -d ../gnulib; then