Skip to content

Commit ddfb803

Browse files
Merge pull request #907 from madorn/patch-5
add -l option to $POD_MANAGER attach
2 parents 4ef074e + 84e4a08 commit ddfb803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run_console_local.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ run_ocp_console_image (){
4444
verify_ocp_console_image (){
4545
if [ "$($POD_MANAGER ps -q -f label=io.openshift.build.source-location=https://github.com/openshift/console)" ];
4646
then
47-
container_id="$($POD_MANAGER ps -q -f label=io.openshift.build.source-location=https://github.com/openshift/console)"
47+
container_id="$($POD_MANAGER ps -q -l -f label=io.openshift.build.source-location=https://github.com/openshift/console)"
4848
echo -e "${GREEN}The OLM is accessible via web console at:${RESET}"
4949
echo -e "${GREEN}http://localhost:9000/${RESET}"
5050
echo -e "${GREEN}Press Ctrl-C to quit${RESET}";

0 commit comments

Comments
 (0)