Skip to content

Commit

Permalink
Update Environment.php
Browse files Browse the repository at this point in the history
  • Loading branch information
steveworley authored Sep 13, 2019
1 parent fa2264c commit faef4bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Operation/Environment.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ protected function bind() {
->addMutation(self::DELETE_VAR, DeleteVariable::class)
->addMutation(self::DELETE, Delete::class)
->addMutation(self::UPDATE, Update::class)
->addMutatoin(self::DEPLOY_PR, DeployPullRequest::class);
->addMutation(self::DEPLOY_PR, DeployPullRequest::class);
}

/**
Expand Down

0 comments on commit faef4bb

Please # to comment.