Skip to content

Commit 8bdef0f

Browse files
committed
Merge branch 'rpm_synchronous_upload' of github.com:YasenT/pulp-cli into rpm_synchronous_upload
2 parents 237f2b8 + c1c2f0f commit 8bdef0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pulpcore/cli/rpm/content.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ def upload(
399399
)
400400
)
401401

402-
# Sanity: ignore publish|use_temp unless directory has been specified
402+
# Sanity: ignore publish|use_temp unless destination-repository has been specified
403403
use_tmp = final_dest_repo_ctx and kwargs["use_temp_repository"]
404404
do_publish = final_dest_repo_ctx and kwargs["publish"]
405405

0 commit comments

Comments
 (0)