Skip to content
Snippets Groups Projects
Commit ad1f8a7c authored by michael.minelli's avatar michael.minelli
Browse files

TagCommand => Rename class

parent 76c66c50
Branches
Tags
No related merge requests found
Pipeline #33364 passed
......@@ -4,7 +4,7 @@ import TagDelete from './subcommands/TagDeleteCommand';
import TagProposalCommand from './subcommands/proposal/TagProposalCommand';
class AddTagCommand extends CommanderCommand {
class TagCommand extends CommanderCommand {
protected commandName: string = 'tag';
protected defineCommand() {
......@@ -24,4 +24,4 @@ class AddTagCommand extends CommanderCommand {
}
export default new AddTagCommand();
\ No newline at end of file
export default new TagCommand();
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment