diff --git a/functions/onprem/orborus/orborus.go b/functions/onprem/orborus/orborus.go index ffe90213..6a8e260e 100755 --- a/functions/onprem/orborus/orborus.go +++ b/functions/onprem/orborus/orborus.go @@ -2112,7 +2112,7 @@ func deployTenzirNode() error { containerName := "tenzir-node" containerStartOptions := container.StartOptions{} - _, err := shuffle.GetCache(ctx, cacheKey) + _, err := shuffle.GetCache(ctx, cacheKey) if err == nil { return nil }