Skip to content

Commit 0fba964

Browse files
committed
Fix
1 parent 0996515 commit 0fba964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-configuration-reference.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: |
5454
CURRENT_DIR=$(pwd)
5555
for item in "debug:DebugBundle" "doctrine:DoctrineBundle" "framework:FrameworkBundle" "security:SecurityBundle" "twig:TwiBundle" "web_profiler:WebProfilerBundle"
56-
echo "Item: $item"
56+
do
5757
FILE=$(echo $item | cut -d ":" -f1)
5858
BUNDLE=$(echo $item | cut -d ":" -f2)
5959

0 commit comments

Comments
 (0)