From 427f830e422ba27920dfff4ddeeeddc3d9f7c279 Mon Sep 17 00:00:00 2001 From: Aerex Date: Mon, 5 Jul 2021 15:40:46 -0500 Subject: [PATCH] chore: Updated composer file to use correct binary name --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a7d1482..de2a2fb 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ } ], "bin": [ - "bin/console" + "bin/baikalstorage" ], "require": { "php": ">=5.5",