Skip to content

Commit d7504d8

Browse files
Igor Drozdovashmckenzie
authored and
GitLab
committed
Merge branch 'ashmckenzie/allow-pure-ssh-lfs-to-be-set' into 'main'
Allow pure_ssh_protocol to be set See merge request https://gitlab.com/gitlab-org/gitlab-shell/-/merge_requests/1093 Merged-by: Igor Drozdov <[email protected]> Approved-by: Javiera Tapia <[email protected]> Approved-by: Igor Drozdov <[email protected]> Co-authored-by: Ash McKenzie <[email protected]>
2 parents cee1c75 + 13e5793 commit d7504d8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

internal/config/config.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ type HttpSettingsConfig struct {
6161
}
6262

6363
type LFSConfig struct {
64-
// FIXME: Let's not allow this to be set in config.yml
65-
PureSSHProtocol bool // `yaml:"pure_ssh_protocol"`
64+
PureSSHProtocol bool `yaml:"pure_ssh_protocol"`
6665
}
6766

6867
type PATConfig struct {

0 commit comments

Comments
 (0)