Skip to content

Commit 3befcf2

Browse files
committed
fix
Signed-off-by: Ayush Kamat <ayush@latch.bio>
1 parent 44adcc3 commit 3befcf2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/latch_cli/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ def build_and_upload_image(
612612

613613

614614
@image.command("upload")
615-
@click.argument("image-reference", type=str, help="The image you wish to upload")
615+
@click.argument("image-reference", type=str)
616616
@click.option("-n", "--image-name", is_flag=False, type=str)
617617
@click.option("-v", "--version", is_flag=False, type=str)
618618
@click.option(

0 commit comments

Comments
 (0)