X Tutup
Skip to content

Commit 54378ce

Browse files
Update apps/rush-lib/src/cli/actions/PublishAction.ts
Co-Authored-By: Ian Clanton-Thuon <iclanton@users.noreply.github.com>
1 parent af77ddb commit 54378ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/rush-lib/src/cli/actions/PublishAction.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ export class PublishAction extends BaseRushAction {
184184
this._applyGitTagsOnPack = this.defineFlagParameter({
185185
parameterLongName: '--apply-git-tags-on-pack',
186186
parameterShortName: undefined,
187-
description: `If specified with --publish and --pack, git tags will be applied for packages on pack` +
187+
description: `If specified with --publish and --pack, git tags will be applied for packages` +
188188
` as if a publish was being run without --pack.`
189189
});
190190
}

0 commit comments

Comments
 (0)
X Tutup