Skip to content

Commit f228b3c

Browse files
committed
-
1 parent dbe5756 commit f228b3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gemini_commandline/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ main :: IO ()
4444
main = do
4545
args <- getArgs
4646
case args of
47-
[] -> putStrLn "Error: Please provide a prompt as a command-line argument."
47+
[] -> putStrLn "Error: Please provide a prompt as a command line argument."
4848
(arg:_) -> do -- Extract the argument directly
4949
apiKey <- getEnv "GOOGLE_API_KEY"
5050

0 commit comments

Comments
 (0)