Skip to content

Commit

Permalink
Fix ProcessArguments
Browse files Browse the repository at this point in the history
  • Loading branch information
sneekyfoxx committed Jan 7, 2024
1 parent 3bcd0f5 commit 81e0230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ProcessArgumentsProc.nim
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ proc ProcessArguments*(arguments: seq[string]) {.noReturn.} =
quit(1)

else:
FindProc.Find(name = splitted[1], use = splitted2[1], mode = splitted[1], limit = limit, Write = splitted5[1])
FindProc.Find(name = splitted[1], use = splitted2[1], mode = splitted3[1], limit = limit, Write = splitted5[1])

except ValueError:
ActionsProc.Actions()
Expand Down

0 comments on commit 81e0230

Please sign in to comment.