]> _ Git - cubist_util.git/commitdiff
#2783
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 22 May 2019 15:28:44 +0000 (17:28 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 22 May 2019 15:28:44 +0000 (17:28 +0200)
composer.json
src/Cubist/Util/CommandLine.php

index 38a93d4ae0c18439e76f8ed2fd3e2213c5d0f2f4..30224f210a5e2c9d1f7f4b7b1c131166a67bebd1 100644 (file)
@@ -12,7 +12,7 @@
   ],
   "autoload": {
     "psr-0": {
-      "Cubeist\\Util": "src\/"
+      "Cubist\\Util": "src\/"
     }
   },
   "authors": [
index 9720cf3068056da51c9f53d233e4aa3c35546f76..56fc23c372a657d342431b331b393010f0cac2e0 100644 (file)
@@ -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;