diff --git a/packages/whst/default.nix b/packages/whst/default.nix index 6b809ac..1c26856 100644 --- a/packages/whst/default.nix +++ b/packages/whst/default.nix @@ -60,7 +60,7 @@ writeShellScriptBin "whst" '' tmpfile="$(mktemp --suffix=.jpg)" if ! ${curl}/bin/curl -fsSL "$url" -o "$tmpfile"; then - echo "Error: Failed to fetch image for status code $status_code" >&2 + echo "Error: The status code $status_code is non existemnt :(" >&2 rm -f "$tmpfile" exit 1 fi