From 1276373543165f915e79f9ced3ecb8009caaff07 Mon Sep 17 00:00:00 2001 From: davidka91 <145442579+davidka91@users.noreply.github.com> Date: Mon, 25 Dec 2023 08:54:49 +0200 Subject: [PATCH] Update cli-for-jfrog-artifactory.md Have updated the missing 'rt' in the example for the publishing build info CLI command. --- jfrog-applications/jfrog-cli/cli-for-jfrog-artifactory.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jfrog-applications/jfrog-cli/cli-for-jfrog-artifactory.md b/jfrog-applications/jfrog-cli/cli-for-jfrog-artifactory.md index e3bd7e7..a2f63b1 100644 --- a/jfrog-applications/jfrog-cli/cli-for-jfrog-artifactory.md +++ b/jfrog-applications/jfrog-cli/cli-for-jfrog-artifactory.md @@ -1001,7 +1001,7 @@ This command is used to publish build info to Artifactory. To publish the accumu For example, the following command publishes all the build-info collected for build **my-build-name** with build number 18: ``` -jf bp my-build-name 18 +jf rt bp my-build-name 18 ``` #### Commands Params