File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -113,19 +113,19 @@ func (c *ProjectConfig) extendConfig(o *ProjectConfig) *ProjectConfig {
113113 cfg .GitRepository = c .GitRepository
114114 }
115115
116- if c .ProtectionBypassForAutomation != true {
116+ if ! c .ProtectionBypassForAutomation {
117117 cfg .ProtectionBypassForAutomation = c .ProtectionBypassForAutomation
118118 }
119119
120- if c .VercelAuthentication .ProtectProduction != true {
120+ if ! c .VercelAuthentication .ProtectProduction {
121121 cfg .VercelAuthentication .ProtectProduction = c .VercelAuthentication .ProtectProduction
122122 }
123123
124124 if c .PasswordProtection .Password != "" {
125125 cfg .PasswordProtection .Password = c .PasswordProtection .Password
126126 }
127127
128- if c .PasswordProtection .ProtectProduction != true {
128+ if ! c .PasswordProtection .ProtectProduction {
129129 cfg .PasswordProtection .ProtectProduction = c .PasswordProtection .ProtectProduction
130130 }
131131
You can’t perform that action at this time.
0 commit comments