Skip to content

Commit

Permalink
hotfix on unsync command
Browse files Browse the repository at this point in the history
  • Loading branch information
erdemkosk committed Jun 15, 2024
1 parent 940bb95 commit 6c58416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/command/factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func CommandFactory(commandType config.CommandType, path string) ICommand {
if commandType == config.EDIT {
return &EditCommand{}
}
if commandType == config.SYNCALL {
if commandType == config.UNSYNC {
return &UnsyncCommand{}
}

Expand Down

0 comments on commit 6c58416

Please sign in to comment.