Skip to content

Commit

Permalink
1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Spishous committed Mar 24, 2022
1 parent f98bce8 commit eb3f330
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spish.phar
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?php
define("GIT","Spishous/SpishCLI");
define("CLI", "spish");
define("VERSION","1.0.7");
define("VERSION","1.0.8");
define("FOLDER", getcwd());
define("CLIDIR", dirname(__FILE__));
define("ARGV", $argv);
Expand Down Expand Up @@ -321,8 +321,8 @@ class update extends gitInfo{
}
rmdir($folderMoveUpPath);
}
moveFileToParent("'.$destination_dir.'\\'.$nameRelease.'");
unlink("'.$destination_dir.'\\\update.phar");';
moveFileToParent(\''.$destination_dir.'\\'.$nameRelease.'\');
unlink(\''.$destination_dir.'\\\update.phar\');';
fwrite($update, $content);
fclose($update);
}
Expand Down

0 comments on commit eb3f330

Please sign in to comment.