Skip to content

Commit

Permalink
Revert "Revert elif to else"
Browse files Browse the repository at this point in the history
This reverts commit 397bd0c.
  • Loading branch information
philderbeast committed Jan 20, 2025
1 parent 397bd0c commit 71b281b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ parseProjectSkeleton cacheDir httpTransport verbosity projectDir source (Project
(elseClauses, rest) <- parseElseClauses xs
let condNode =
(\c pcs e -> CondNode mempty mempty [CondBranch c pcs e])
<$> ( let s = "else(" <> p <> ")"
<$> ( let s = "elif(" <> p <> ")"
in projectParse (Just s) normSource (adaptParseError l (parseConditionConfVarFromClause $ BS.pack s))
)
<*> subpcs
Expand Down

0 comments on commit 71b281b

Please sign in to comment.