Skip to content

Commit 42f4892

Browse files
author
Jonathan S. Katz
committed
Fix compilation errors from bad backpatch
The apiserver binary was missing one import.
1 parent 69ae643 commit 42f4892

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/apiserver/common.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ import (
1919
"errors"
2020
"fmt"
2121
"strconv"
22+
"strings"
2223

2324
"github.com/crunchydata/postgres-operator/internal/config"
2425
crv1 "github.com/crunchydata/postgres-operator/pkg/apis/crunchydata.com/v1"

0 commit comments

Comments
 (0)