diff --git a/main.sh b/main.sh index ebfa2d7..12fa3e5 100644 --- a/main.sh +++ b/main.sh @@ -35,7 +35,7 @@ WORKDIR="$(mktemp -d)" trap 'rm -rf "$WORKDIR"' EXIT SOURCE_PATH="" # where the audio/video comes from (local file after download if URL) -MP3_PATH="" # final mp3 we’ll feed to whisper +MP3_PATH="" # final mp3 we'll feed to whisper # --- stage input (download if URL) --- if is_url "$INPUT"; then