Skip to content

Commit

Permalink
added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jrwest committed Jan 24, 2012
1 parent 0baa760 commit 9e3d448
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Guages/CLI/Credentials.hs
Expand Up @@ -16,6 +16,7 @@ credentialPath = do
baseDir <- getHomeDirectory
return $ baseDir ++ "/" ++ credentialFileName

-- this funciton may error
readCredential :: String -> IO Client
readCredential path = do
fileContents <- readFile path
Expand Down

0 comments on commit 9e3d448

Please sign in to comment.