Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bergmark committed Dec 23, 2023
1 parent 500ee37 commit 46c3437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-curator/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ verifyPreviousLtsMinorExists major minor = do
exists <- doesFileExist constraintsPath
when exists $
removeFile constraintsPath
logInfo $ "Verifying existance of constraints.yaml from "
logInfo $ "Verifying existence of constraints.yaml from "
<> "lts-" <> display major <> "." <> display prevMinor
req <- parseUrlThrow url
downloaded <- download req constraintsPath
Expand Down

0 comments on commit 46c3437

Please sign in to comment.