From 5fd13990aa88001816d1230d66d6ed8d2c472b35 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Thu, 29 Oct 2020 13:25:42 +0200 Subject: [PATCH] Fixed command --- bin/sdks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/sdks b/bin/sdks index bf117125f..ab7341482 100644 --- a/bin/sdks +++ b/bin/sdks @@ -1,3 +1,3 @@ #!/bin/sh -php /usr/src/code/app/cli.php sdk $@ \ No newline at end of file +php /usr/src/code/app/cli.php sdks $@ \ No newline at end of file