From b9ef32eff6e80163995d417d9bf3571718f66fa9 Mon Sep 17 00:00:00 2001 From: "Andres G. Aragoneses" Date: Fri, 2 Feb 2024 19:06:13 +0800 Subject: [PATCH] configure.sh: stop mentioning old fsx runners --- configure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.sh b/configure.sh index e7b1b6797..bbb9f3bfd 100755 --- a/configure.sh +++ b/configure.sh @@ -32,7 +32,7 @@ else if ! which fsx >/dev/null 2>&1; then echo "$FSX_CHECK_MSG" $'not found\n' - echo "$0" $'failed, please install "fsharpi" or "fsx" first' + echo "$0" $'failed, please install "dotnet" first' exit 1 else echo "$FSX_CHECK_MSG" $'found'