Fix a typo in docker-compose support

See gh-6
This commit is contained in:
Sébastien Deleuze
2023-08-01 01:04:49 +02:00
parent 153ca03553
commit 9b49e656ed

View File

@@ -1,5 +1,5 @@
#!/bin/bash
set -e
VERSION="v2.20.2"
VERSION="2.20.2"
echo "https://github.com/docker/compose/releases/download/v$VERSION/docker-compose-linux-$ARCH"