Skip to content

Commit

Permalink
fix: scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
celaus committed Jan 13, 2025
1 parent 30292e3 commit 48e90fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/cx-test-resource-cleanup.go
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
//go:build exclude

// Copyright 2025 Coralogix Ltd.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

package main

import (
Expand Down
2 changes: 2 additions & 0 deletions scripts/json_to_hcl.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:build exclude

package main

import (
Expand Down

0 comments on commit 48e90fb

Please sign in to comment.