From: Vincent Vanwaelscappel Date: Wed, 22 May 2019 15:28:44 +0000 (+0200) Subject: #2783 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=63201ff471fb54a4d210669306cdd05e5d75298d;p=cubist_util.git #2783 --- diff --git a/composer.json b/composer.json index 38a93d4..30224f2 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ ], "autoload": { "psr-0": { - "Cubeist\\Util": "src\/" + "Cubist\\Util": "src\/" } }, "authors": [ diff --git a/src/Cubist/Util/CommandLine.php b/src/Cubist/Util/CommandLine.php index 9720cf3..56fc23c 100644 --- a/src/Cubist/Util/CommandLine.php +++ b/src/Cubist/Util/CommandLine.php @@ -2,7 +2,7 @@ namespace Cubist\Util; -use Cubeist\Net\SSH2; +use Cubist\Net\SSH2; class CommandLine { @@ -29,7 +29,7 @@ class CommandLine $this->program = $program; $this->commande = null; if (null === $output) { - $this->output = tempnam(sys_get_temp_dir(), 'Cubeist'); + $this->output = tempnam(sys_get_temp_dir(), 'Cubist'); } else { $this->temp_output = false; $this->output = $output;