Skip to content

Commit 7c9bfd2

Browse files
committed
one last tab
1 parent e7578ae commit 7c9bfd2

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
@@ -189,7 +189,7 @@ check-kubernetes:
189189
@kubectl cluster-info > /dev/null 2>&1 || (echo "Error: Kubernetes is not running or kubectl is not properly configured."; exit 1)
190190

191191
run-dev: check-nix check-kubernetes
192-
# Install ops in release.yaml except the one that is installed by Tilt
192+
# Install ops in release.yaml except the one that is installed by Tilt
193193
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

0 commit comments

Comments
 (0)