(Grav GitSync) Automatic Commit from smokephil
This commit is contained in:
parent
d73d0ba519
commit
96a01e3ab4
260 changed files with 25905 additions and 16011 deletions
|
|
@ -502,6 +502,8 @@ class GitSync extends Git
|
|||
|
||||
throw new \RuntimeException($message);
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -77,7 +77,7 @@ class Helper
|
|||
return $repository;
|
||||
}
|
||||
|
||||
return str_replace('://', "://${user}${password}@", $repository);
|
||||
return str_replace('://', "://{$user}{$password}@", $repository);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue