Page MenuHomePhabricator

Fix variable name in ssh-exec.php
ClosedPublic

Authored by epriestley on Aug 14 2015, 12:56 AM.
Tags
None
Referenced Files
F13292098: D13893.id33539.diff
Wed, Jun 5, 1:25 AM
F13280158: D13893.id33539.diff
Sun, Jun 2, 3:33 AM
F13275553: D13893.diff
Fri, May 31, 4:54 AM
F13261692: D13893.diff
Mon, May 27, 1:20 AM
F13245453: D13893.diff
Thu, May 23, 6:01 AM
F13232730: D13893.id33539.diff
Tue, May 21, 1:27 AM
F13218571: D13893.diff
Sat, May 18, 12:48 PM
F13191716: D13893.diff
Sat, May 11, 11:26 PM
Subscribers
None

Details

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.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Fix variable name in ssh-exec.php.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added reviewers: joshuaspence, chad.
chad edited edge metadata.
This revision is now accepted and ready to land.Aug 14 2015, 1:01 AM
This revision was automatically updated to reflect the committed changes.