diff options
Diffstat (limited to 'deploy/cloudfront.go')
-rw-r--r-- | deploy/cloudfront.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deploy/cloudfront.go b/deploy/cloudfront.go index 4481eb52a..29c0a7f8c 100644 --- a/deploy/cloudfront.go +++ b/deploy/cloudfront.go @@ -11,8 +11,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -//go:build !nodeploy -// +build !nodeploy +//go:build withdeploy +// +build withdeploy package deploy |