We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7e36b7 commit 4008b9eCopy full SHA for 4008b9e
config/shared/errors/errors.go
@@ -85,6 +85,7 @@ var (
85
ErrInvalidProxy = errors.New("proxies must be http(s)")
86
ErrInsecureProxy = errors.New("insecure plaintext HTTP proxy specified for HTTPS resources")
87
ErrPathConflictsSystemd = errors.New("path conflicts with systemd unit or dropin")
88
+ ErrPathConflictsParentDir = errors.New("path conflicts with parent directory of another file, link, or directory")
89
90
// Systemd section errors
91
ErrInvalidSystemdExt = errors.New("invalid systemd unit extension")
0 commit comments