Page MenuHomePhabricator

Fix variable name in ssh-exec.php
ClosedPublic

Authored by epriestley on Aug 14 2015, 12:56 AM.
Tags
None
Referenced Files
F18737848: D13893.id33538.diff
Wed, Oct 1, 12:58 PM
F18618308: D13893.diff
Sun, Sep 14, 11:42 PM
F18542066: D13893.id33539.diff
Sep 7 2025, 10:15 PM
F18541719: D13893.id33539.diff
Sep 7 2025, 9:09 PM
F18506312: D13893.id.diff
Sep 5 2025, 1:20 AM
F18498914: D13893.diff
Sep 4 2025, 7:09 PM
F18257863: D13893.diff
Aug 22 2025, 2:15 AM
F18110603: D13893.id33539.diff
Aug 11 2025, 9:33 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.