Skip to content

Commit c9c483d

Browse files
committed
Add missing line in Windows batch script
Signed-off-by: Kevin Grigorenko <kevin.grigorenko@us.ibm.com>
1 parent 590b364 commit c9c483d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

containerdiag.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ goto :start
3838
!CTL! debug node/!WORKER! !CTL_DEBUG_FLAGS! --image=!IMAGE! -- %* !TARGETPOD!
3939
) else (
4040
call :printInfo Processing pod !TARGETPOD! on worker node !WORKER! with %*
41+
!CTL! debug node/!WORKER! !CTL_DEBUG_FLAGS! --image=!IMAGE! -- %*
4142
)
4243
goto :eof
4344

0 commit comments

Comments
 (0)