Skip to content

Commit

Permalink
Add missing subshell invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
sbyrnes committed Feb 2, 2025
1 parent 957b1e7 commit 3cdac6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal-lab-setup-assets/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ poetry:
fi

test: poetry
XRD_LAB_IPS=containerlab inspect --all | grep "cisco" | rev | cut -d ' ' -f8 | rev | sort -V; \
XRD_LAB_IPS=$$(containerlab inspect --all | grep "cisco" | rev | cut -d ' ' -f8 | rev | sort -V); \
echo "$${XRD_LAB_IPS}"; \
if [ -z "$${XRD_LAB_IPS}" ]; then echo "No labs found." && exit 0; fi; \
cd tester; \
Expand Down

0 comments on commit 3cdac6a

Please sign in to comment.