Skip to content

Commit

Permalink
Update src/atlas.nim
Browse files Browse the repository at this point in the history
Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
  • Loading branch information
elcritch and Araq authored May 13, 2024
1 parent 71d6db9 commit fc5c5a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/atlas.nim
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ proc main(c: var AtlasContext) =
createDir(c.depsDir)

if explicitProjCmd and explicitWorkspaceCmd:
fatal "Cannot specify both -w and -p flags together since they conflict with each other."
fatal "Cannot specify both -w and -p flags together since they conflict with each other."

# process cli command
case action
Expand Down

0 comments on commit fc5c5a6

Please sign in to comment.