Skip to content

Commit

Permalink
Fix capitalization of plugin name.
Browse files Browse the repository at this point in the history
  • Loading branch information
FormerLurker committed Apr 9, 2018
1 parent ac133a3 commit a0ea246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octoprint_octolapse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1126,7 +1126,7 @@ def get_update_information(self):
# other metadata derived from setup.py that
# can be overwritten via __plugin_xyz__ control properties. See the
# documentation for that.
__plugin_name__ = "OctoLapse"
__plugin_name__ = "Octolapse"


def __plugin_load__():
Expand Down

0 comments on commit a0ea246

Please sign in to comment.