mirror of
https://github.com/google/nomulus
synced 2026-01-09 07:33:42 +00:00
Correct wrong description of command
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=212641409
This commit is contained in:
@@ -19,7 +19,7 @@ import google.registry.beam.spec11.Spec11Pipeline;
|
||||
import javax.inject.Inject;
|
||||
|
||||
/** Nomulus command that deploys the {@link Spec11Pipeline} template. */
|
||||
@Parameters(commandDescription = "Deploy the invoicing pipeline to GCS.")
|
||||
@Parameters(commandDescription = "Deploy the Spec11 pipeline to GCS.")
|
||||
public class DeploySpec11PipelineCommand implements Command {
|
||||
|
||||
@Inject Spec11Pipeline spec11Pipeline;
|
||||
|
||||
Reference in New Issue
Block a user