Page MenuHomePhabricator

Fix variable name in ssh-exec.php
ClosedPublic

Authored by epriestley on Aug 14 2015, 12:56 AM.
Tags
None
Referenced Files
F15504651: D13893.id33539.diff
Mon, Apr 14, 7:35 PM
F15502258: D13893.id.diff
Sun, Apr 13, 11:21 PM
F15500154: D13893.id33538.diff
Sun, Apr 13, 4:20 PM
F15491410: D13893.diff
Sat, Apr 12, 3:06 AM
F15464739: D13893.id33538.diff
Wed, Apr 2, 12:39 PM
F15437698: D13893.id33539.diff
Tue, Mar 25, 9:03 PM
F15433487: D13893.id.diff
Mar 24 2025, 11:27 PM
F15421128: D13893.id33538.diff
Mar 21 2025, 9:13 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.