Skip to content

Commit b9ef32e

Browse files
committed
configure.sh: stop mentioning old fsx runners
1 parent c41a2c6 commit b9ef32e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ else
3232
if ! which fsx >/dev/null 2>&1; then
3333
echo "$FSX_CHECK_MSG" $'not found\n'
3434

35-
echo "$0" $'failed, please install "fsharpi" or "fsx" first'
35+
echo "$0" $'failed, please install "dotnet" first'
3636
exit 1
3737
else
3838
echo "$FSX_CHECK_MSG" $'found'

0 commit comments

Comments
 (0)