Closed jopit closed 2 months ago
On my Mac, the result of wc -l is padded on the left with whitespace, causing the setup-vcluster-env.sh script to fail. This PR provides a fix for that.
wc -l
setup-vcluster-env.sh
On my Mac, the result of
wc -l
is padded on the left with whitespace, causing thesetup-vcluster-env.sh
script to fail. This PR provides a fix for that.