Skip to content

Commit 9669e9b

Browse files
authored
Merge pull request #2296 from wprzytula/patch-1
start-all.sh: fix typo
2 parents 3ef930b + a41c27b commit 9669e9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

start-all.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ if [ "$CURRENT_VERSION" = "master" ]; then
500500
echo ./generate-dashboards.sh -v $VERSIONS -F -R 0 -m $MANAGER_VERSION $STACK_CMD
501501
./generate-dashboards.sh -v $VERSIONS -F -R 0 -m $MANAGER_VERSION $STACK_CMD
502502
fi
503-
echo "Generating the dashaobards"
503+
echo "Generating the dashboards"
504504

505505
fi
506506

0 commit comments

Comments
 (0)