Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SiegeLordEx authored and SiegeLord committed Jul 17, 2023
1 parent 0396fa0 commit 2e69c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cargo_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def split(s):

args = parser.parse_args()

def cargo_cmdu(*command):
def cargo_cmd(*command):
return ['cargo'] + list(command) + (['--verbose'] if args.verbose else [])

if len(args.version) > 0:
Expand Down

0 comments on commit 2e69c2b

Please sign in to comment.