Skip to content

Commit

Permalink
fix: change to empty [] list (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
Soc Virnyl S. Estela authored Jun 7, 2023
1 parent 764c752 commit 41a187f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cargo_vendor
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def main():
parser.add_argument("--tag", default=None)
parser.add_argument("--compression", default="zst")

parser.add_argument("--cargotoml", action="append", default=None)
parser.add_argument("--cargotoml", action="append", default=[])

args = parser.parse_args()

Expand Down

0 comments on commit 41a187f

Please sign in to comment.