Skip to content

Commit

Permalink
fix id of otg plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
gmgigi96 committed Oct 27, 2023
1 parent e582181 commit bdc3752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otg/otg.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ type Otg struct {

func (Otg) RevaPlugin() reva.PluginInfo {
return reva.PluginInfo{
ID: "http.services.thumbnails",
ID: "http.services.otg",
New: New,
}
}
Expand Down

0 comments on commit bdc3752

Please sign in to comment.