Skip to content

Commit e7578ae

Browse files
committed
s/spaces/tabs
1 parent e053f1a commit e7578ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

template/Makefile.j2

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,9 @@ 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//');\
194-
./scripts/run-tests --log-level debug --skip-tests --skip-operator ${SHORT_OP_NAME}
195-
# Build and install the operator
193+
SHORT_OP_NAME=$$(echo ${OPERATOR_NAME} | sed 's/-operator//');\
194+
./scripts/run-tests --log-level debug --skip-tests --skip-operator ${SHORT_OP_NAME}
195+
# Build and install the operator
196196
nix run --extra-experimental-features "nix-command flakes" -f. tilt -- up --port {[5430 + operator_index}] --namespace stackable-operators
197197

198198
stop-dev: check-nix check-kubernetes

0 commit comments

Comments
 (0)