chore: fix links

This commit is contained in:
Kjeld Schouten
2025-09-07 14:26:19 +02:00
parent 029b0366ba
commit 1c28a12789
1236 changed files with 26091 additions and 26091 deletions
+7 -7
View File
@@ -1,15 +1,15 @@
package main
import (
"os"
"os"
"github.com/rs/zerolog/log"
"github.com/truecharts/public/clustertool/pkg/sops"
"github.com/rs/zerolog/log"
"github.com/trueforge-org/truecharts/clustertool/pkg/sops"
)
func main() {
if err := sops.CheckFilesAndReportEncryption(true, true); err != nil {
log.Info().Msgf("Error checking files: %v\n", err)
os.Exit(1)
}
if err := sops.CheckFilesAndReportEncryption(true, true); err != nil {
log.Info().Msgf("Error checking files: %v\n", err)
os.Exit(1)
}
}