Skip to content

Commit 499e767

Browse files
author
Adrian Kosmaczewski
committed
Wrong log message
1 parent 547a14b commit 499e767

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

commodore_command.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ commodore_push_all() {
3535
commodore_compile_all() {
3636
CLUSTERS=($(kubectl --context minikube -n lieutenant get cluster -o jsonpath="{$.items[*].metadata.name}"))
3737
for CLUSTER in "${CLUSTERS[@]}"; do
38-
echo "===> Compiling and pushing catalog for cluster $CLUSTER"
38+
echo "===> Compiling catalog for cluster $CLUSTER"
3939
commodore catalog compile "$CLUSTER"
4040
done
4141
}

0 commit comments

Comments
 (0)