Skip to content

Commit

Permalink
pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyHuynh1 committed Apr 24, 2024
1 parent 48ee015 commit a385ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App/Fossa/ApiUtils.hs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ retrieveTeamIds teamNames teams = do
then pure validTeamIds
else do
let missingTeamNames = filter (`Map.notMember` teamMap) teamNames
fatalText $ "Teams " <> intercalate "," missingTeamNames <> "not found"
fatalText $ "Teams " <> intercalate "," missingTeamNames <> " not found"

retrieveLabelIds :: Has Diagnostics sig m => [Text] -> Labels -> m ([Int], Maybe [Text])
retrieveLabelIds projectLabels (Labels orgLabels) = do
Expand Down

0 comments on commit a385ebc

Please sign in to comment.