Skip to content

Commit

Permalink
./configure.sh: stop mentioning old fsx runners
Browse files Browse the repository at this point in the history
  • Loading branch information
knocte committed Feb 2, 2024
1 parent c41a2c6 commit 1f2cb7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 1f2cb7b

Please sign in to comment.