diff --git a/script/linux b/script/linux index ba7850a80d7e9a3edfee8e5d737f819217b30d61..029bd71ccc8f1da8f277863e0d282be5000d5ee8 100755 --- a/script/linux +++ b/script/linux @@ -14,7 +14,7 @@ function finalize { # verify the mold situation if ! command -v mold >/dev/null 2>&1; then echo "Warning: Mold binaries are unavailable on your system." >&2 - echo " Builds will be slower without mold. Try: scripts/install-mold" >&2 + echo " Builds will be slower without mold. Try: script/install-mold" >&2 fi echo "Finished installing Linux dependencies with script/linux" }