diff --git a/NodeApp/src/commander/tag/TagCommand.ts b/NodeApp/src/commander/tag/TagCommand.ts
index 6bff85d4d5a576ea8bdc61626e5899ee07619333..7d0698aa10076825a6ba0548203cc315aaa1c4bc 100644
--- a/NodeApp/src/commander/tag/TagCommand.ts
+++ b/NodeApp/src/commander/tag/TagCommand.ts
@@ -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