Skip to content

Commit e053f1a

Browse files
committed
s/tab/spaces/
1 parent 87fadaa commit e053f1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/Makefile.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ check-kubernetes:
190190

191191
run-dev: check-nix check-kubernetes
192192
# Install ops in release.yaml except the one that is installed by Tilt
193-
SHORT_OP_NAME=$$(echo ${OPERATOR_NAME} | sed 's/-operator//');\
193+
SHORT_OP_NAME=$$(echo ${OPERATOR_NAME} | sed 's/-operator//');\
194194
./scripts/run-tests --log-level debug --skip-tests --skip-operator ${SHORT_OP_NAME}
195195
# Build and install the operator
196196
nix run --extra-experimental-features "nix-command flakes" -f. tilt -- up --port {[5430 + operator_index}] --namespace stackable-operators

0 commit comments

Comments
 (0)