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

TagCommand => Rename class

parent 76c66c50
No related branches found
No related tags found
No related merge requests found
Pipeline #33364 passed
...@@ -4,7 +4,7 @@ import TagDelete from './subcommands/TagDeleteCommand'; ...@@ -4,7 +4,7 @@ import TagDelete from './subcommands/TagDeleteCommand';
import TagProposalCommand from './subcommands/proposal/TagProposalCommand'; import TagProposalCommand from './subcommands/proposal/TagProposalCommand';
class AddTagCommand extends CommanderCommand { class TagCommand extends CommanderCommand {
protected commandName: string = 'tag'; protected commandName: string = 'tag';
protected defineCommand() { protected defineCommand() {
...@@ -24,4 +24,4 @@ class AddTagCommand extends CommanderCommand { ...@@ -24,4 +24,4 @@ class AddTagCommand extends CommanderCommand {
} }
export default new AddTagCommand(); export default new TagCommand();
\ No newline at end of file \ 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