Skip to content

Commit 6ea57d3

Browse files
committed
Use LIGHTHOUSE_USER instead of LIGHTHOUSE_USERNAME
1 parent 959fcb2 commit 6ea57d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lighthouse-demo/app/Main.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ imgToDisplay img pixToColor = generateDisplay pixAt
5050
main :: IO ()
5151
main = do
5252
-- Fetch credentials from env vars
53-
username <- T.pack <$> getEnv "LIGHTHOUSE_USERNAME"
53+
username <- T.pack <$> getEnv "LIGHTHOUSE_USER"
5454
token <- T.pack <$> getEnv "LIGHTHOUSE_TOKEN"
5555
let auth = Authentication { authUsername = username, authToken = token }
5656
opts = (defaultOptions auth ()) { optLogHandler = simpleLogHandler infoLevel }

0 commit comments

Comments
 (0)