diff --git a/get-started.sh b/get-started.sh index 329323f..b3b2828 100755 --- a/get-started.sh +++ b/get-started.sh @@ -10,5 +10,5 @@ echo "Executing ... " docker run --rm -e MONGODB_URI=${MONGODB_URI} \ -v "$(pwd)":/workspace \ -w /workspace/go start-go \ - "sed -i s/v[x0-9]\.[x0-9]+\.[x0-9]+/v${DRIVER_VERSION}/g /workspace/go/go.mod; \ + "sed -i 's/mongo-driver v[x0-9]\+\.[x0-9]\+\.[x0-9]\+/mongo-driver v${DRIVER_VERSION}/g' /workspace/go/go.mod; \ go run getstarted.go"