Skip to content

Commit 0c17fe3

Browse files
authored
Merge pull request #327 from ligangty/radas-umb
RADAS: fix a flag typo in upload for radas signing
2 parents f7ac5e2 + 22009bf commit 0c17fe3

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

charon/cmd/cmd_upload.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -137,13 +137,11 @@
137137
)
138138
@option("--dryrun", "-n", is_flag=True, default=False)
139139
@option(
140-
"--sign_result_loc",
140+
"--sign_result_file",
141141
"-l",
142-
default="/tmp/sign",
143142
help="""
144-
The local save path for oras to pull the radas signature result.
145-
Sign request will use this path to download the signature result,
146-
Upload will use the file on this path to generate the corresponding .asc files
143+
The path of the file which contains radas signature result.
144+
Upload will use the file to generate the corresponding .asc files
147145
""",
148146
)
149147
@command()

0 commit comments

Comments
 (0)