Skip to content

Commit

Permalink
Clarify errHelp message for invalid project permission error
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanlink authored Oct 10, 2024
1 parent b4b091a commit f7e71c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App/Fossa/PreflightChecks.hs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ uploadBuildPermissionsCheck CustomBuildUploadPermissions{..} =
$ fatal CreateTeamProjectPermissionErr
InvalidCreateProjectOnlyToTeamPermission ->
errDoc fossaConfigDocsUrl
. errHelp ("Ensure that you have specified a team to add this project to" :: Text)
. errHelp ("Please specify your team name, either in .fossa.yml or using the --team option with fossa analyze." :: Text)
$ fatal CreateProjectOnlyToTeamPermissionErr
where
permissionHelpMsg :: Text
Expand Down

0 comments on commit f7e71c2

Please sign in to comment.