Skip to content

Commit

Permalink
CHANGE pdx name to use project name
Browse files Browse the repository at this point in the history
  • Loading branch information
ninovanhooff committed Apr 4, 2024
1 parent 20d638b commit 7454878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/playdate/build/utils.nim
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ proc taskArgs*(taskName: string): seq[string] =
## Returns the arguments the current task `taskName` has received
let args = command_line_params()
let argStart = args.find(taskName) + 1
return args[argStart..^1]
return args[argStart..^1]

0 comments on commit 7454878

Please sign in to comment.