mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +00:00
Fix version output
This commit is contained in:
@@ -49,4 +49,5 @@ if ! command -v geckodriver; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Lastly, documenting what we added to the metadata file"
|
echo "Lastly, documenting what we added to the metadata file"
|
||||||
DocumentInstalledItem "Geckodriver ($(geckodriver --version)); Gecko Driver is available via GECKOWEBDRIVER environment variable"
|
ver=`./geckodriver --version|head -1|awk '{print $2}'`
|
||||||
|
DocumentInstalledItem "Geckodriver (${ver}); Gecko Driver is available via GECKOWEBDRIVER environment variable"
|
||||||
|
|||||||
Reference in New Issue
Block a user