Page MenuHomePhabricator

Fix a missing getSSHUser() callsite
ClosedPublic

Authored by epriestley on Jan 31 2018, 7:30 PM.
Tags
None
Referenced Files
F13130086: D18977.diff
Wed, May 1, 6:05 AM
Unknown Object (File)
Thu, Apr 25, 1:53 AM
Unknown Object (File)
Mon, Apr 1, 10:16 AM
Unknown Object (File)
Mar 29 2024, 4:23 AM
Unknown Object (File)
Mar 4 2024, 8:30 PM
Unknown Object (File)
Feb 14 2024, 6:00 PM
Unknown Object (File)
Jan 3 2024, 4:57 AM
Unknown Object (File)
Jan 3 2024, 4:33 AM
Subscribers
None

Details

Summary

See https://discourse.phabricator-community.org/t/after-upgrade-git-lfs-push-ends-up-in-call-to-undefined-method-on-diffusion-git-lfs-authenticate-workflow/1047/1.

I renamed this method in D18912 but missed this callsite since the workflow doesn't live alongside the other ones.

Test Plan

Ran git push in an LFS repository over SSH. Before: fatal; after: clean push.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Jan 31 2018, 8:32 PM
This revision was automatically updated to reflect the committed changes.