Skip to content

Commit

Permalink
Remove ntfy env var from info message.
Browse files Browse the repository at this point in the history
  • Loading branch information
jskripsky committed Nov 22, 2023
1 parent 2e6b8be commit dfd50c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Main.fs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module Main =

let result =
if isNull secrets.GotCourts.ApiKey || isNull secrets.GotCourts.PhpSessionId then
printfn "💥 Please set environment variables '%s', '%s', and '%s'." apiKeyName phpSessionIdName ntfyTopicName
printfn "💥 Please set environment variables '%s' and '%s'." apiKeyName phpSessionIdName
1
else
let consoleLogger = Logger.createConsoleLogger ()
Expand Down

0 comments on commit dfd50c2

Please sign in to comment.