Skip to content

Commit

Permalink
Merge branch 'main' into nojira-bump-release-1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
afujiwara-roblox authored Oct 24, 2023
2 parents 3d2ad2c + 4ccab50 commit 18be0fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ enum Subcommand {

/// Create a path to publish to artifactory
///
/// Foreman does not support uploading the artifactory itself but will generate the path it expects to find artifacts.
/// Foreman does not support uploading binaries to artifactory directly, but it can generate the path where it would expect to find a given artifact. Use this command to generate paths that can be input to generic artifactory upload solutions.
#[structopt(name = "generate-artifactory-path")]
GenerateArtifactoryPath(GenerateArtifactoryPathCommand),
}
Expand Down

0 comments on commit 18be0fa

Please sign in to comment.