Page MenuHomePhabricator

Fix variable name in ssh-exec.php
ClosedPublic

Authored by epriestley on Aug 14 2015, 12:56 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jan 24, 8:05 AM
Unknown Object (File)
Fri, Jan 24, 8:05 AM
Unknown Object (File)
Tue, Jan 21, 10:30 AM
Unknown Object (File)
Thu, Jan 9, 7:51 PM
Unknown Object (File)
Sun, Jan 5, 7:35 PM
Unknown Object (File)
Fri, Jan 3, 9:42 AM
Unknown Object (File)
Fri, Dec 27, 5:43 PM
Unknown Object (File)
Dec 26 2024, 9:17 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
Branch
exec
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 7624
Build 8288: [Placeholder Plan] Wait for 30 Seconds
Build 8287: arc lint + arc unit

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.