diff --git a/composer.json b/composer.json index 93dcd60..9740574 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "require-dev": {}, "scripts": { "post-create-project-cmd": [ - "rr get-binary --location=vendor/bin" + "rr get-binary --location=./vendor/bin" ] } }