HomePhorge

Fix variable name in ssh-exec.php

Description

Fix variable name in ssh-exec.php

Summary: Fixes T9176. This was renamed in D13589 but a use site was missed.

Test Plan:
Before:

epriestley@orbital ~/dev/phabricator $ SSH_ORIGINAL_COMMAND=conduit sudo -E ./bin/ssh-exec --phabricator-ssh-user admin
phabricator-ssh-exec: Invalid command.

After:

epriestley@orbital ~/dev/phabricator $ SSH_ORIGINAL_COMMAND=conduit sudo -E ./bin/ssh-exec --phabricator-ssh-user admin
phabricator-ssh-exec: No Conduit method provided.

Reviewers: chad, joshuaspence

Reviewed By: chad, joshuaspence

Maniphest Tasks: T9176

Differential Revision: https://secure.phabricator.com/D13893

Details

Provenance
epriestleyAuthored on Aug 13 2015, 6:04 PM
themackabuPushed on Tue, Mar 25, 8:07 PM
Parents
rP368f3591142e: Use PhutilClassMapQuery instead of PhutilSymbolLoader
Branches
Unknown
Tags
Unknown

Event Timeline