Skip to content

Commit

Permalink
修正
Browse files Browse the repository at this point in the history
  • Loading branch information
melpon committed Oct 20, 2024
1 parent bb754de commit 89da043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ def main():
dp.add_argument("remote")
dp.add_argument("target", choices=["kennel", "cattleshed"])
dp.add_argument("--env", choices=["master", "develop"], required=True)
pp.add_argument("--prefix", default=PACKAGE_PREFIX)
dp.add_argument("--prefix", default=PACKAGE_PREFIX)

args = parser.parse_args()

Expand Down

0 comments on commit 89da043

Please sign in to comment.