From 63201ff471fb54a4d210669306cdd05e5d75298d Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 22 May 2019 17:28:44 +0200 Subject: [PATCH] #2783 --- composer.json | 2 +- src/Cubist/Util/CommandLine.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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; -- 2.39.5