Skip to content

Commit

Permalink
test magic
Browse files Browse the repository at this point in the history
  • Loading branch information
BaptisteFoy committed Oct 30, 2024
1 parent 3a9b76b commit 69d8d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/fleet/internal/cdn/cdn.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ type CDN interface {

// New creates a new CDN.
func New(env *env.Env, configDBPath string) (CDN, error) {
if !env.RemotePolicies {
if /*!env.RemotePolicies*/ configDBPath == "thisisatemporaryhack" {
return newNoop()
}
if env.CDNLocalDirPath != "" {
Expand Down

0 comments on commit 69d8d9a

Please sign in to comment.