Skip to content

Commit

Permalink
For #45533, minor polish before merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Matto committed Jan 3, 2018
1 parent b8c14f7 commit 08e6c44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/examplePlugins/docs/logArgs.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This is an EXAMPLE PLUGIN.

Use this plugin to determin if the Shotgun Event Daemon has been successfully
Use this plugin to determine if the Shotgun Event Daemon has been successfully
installed. It will log all events in Shotgun by spitting out the event
dictionary.

Expand Down
4 changes: 2 additions & 2 deletions src/examplePlugins/sharedStateC.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ def registerCallbacks(reg):
Register all necessary or appropriate callbacks for this plugin.
"""

scriptName = os.environ["SGDAEMON_SHAREDSTATEA_NAME"]
scriptKey = os.environ["SGDAEMON_SHAREDSTATEA_KEY"]
scriptName = os.environ["SGDAEMON_SHAREDSTATEC_NAME"]
scriptKey = os.environ["SGDAEMON_SHAREDSTATEC_KEY"]

# Prepare the shared state object
_state = {
Expand Down

0 comments on commit 08e6c44

Please sign in to comment.