Skip to content

Commit

Permalink
fix(create_cluster): repo flag typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nkemnitz committed Dec 23, 2024
1 parent e919802 commit 39250c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gcp/create_corgie_igneous_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def main(): # pylint: disable=too-many-statements
parser.add_argument("--add_cpu", action="store_true", help="Add CPU node pool.")
parser.add_argument("--add_gpu", action="store_true", help="Add GPU node pool.")
parser.add_argument(
"--add-repo", action="store_true", help="Add Artifact Registry Repository."
"--add_repo", action="store_true", help="Add Artifact Registry Repository."
)

args = parser.parse_args()
Expand Down

0 comments on commit 39250c7

Please sign in to comment.