mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Removed linebreaks
This commit is contained in:
parent
a021ce011b
commit
ac8185339d
|
@ -46,9 +46,9 @@ if ((strpos('git version', $git_version)) === false) {
|
|||
$git_checkout = shell_exec('git checkout '.$branch);
|
||||
$git_stash = shell_exec('git stash');
|
||||
$git_pull = shell_exec('git pull');
|
||||
echo '-- '.$git_stash."\n";
|
||||
echo '-- '.$git_checkout."\n";
|
||||
echo '-- '.$git_pull."\n";
|
||||
echo '-- '.$git_stash;
|
||||
echo '-- '.$git_checkout;
|
||||
echo '-- '.$git_pull;
|
||||
} else {
|
||||
echo "Git is NOT installed. You can still use this upgrade script to run common \n";
|
||||
echo "migration commands, but you will have to manually download the updated files. \n\n";
|
||||
|
|
Loading…
Reference in a new issue