Rapsys Git
/
packbundle
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f20e373
)
Fix pack bundle scheme env variable usage
author
Raphaël Gertz
<git@rapsys.eu>
Fri, 8 Mar 2024 01:09:04 +0000
(
02:09
+0100)
committer
Raphaël Gertz
<git@rapsys.eu>
Fri, 8 Mar 2024 01:09:04 +0000
(
02:09
+0100)
Parser/TokenParser.php
patch
|
blob
|
history
diff --git
a/Parser/TokenParser.php
b/Parser/TokenParser.php
index 7c3ad41f9ae3f4c4a6bc809ef7441d879269180a..0ca3e309dc3cbe3b996073900ca0845d3baebc53 100644
(file)
--- a/
Parser/TokenParser.php
+++ b/
Parser/TokenParser.php
@@
-143,7
+143,7
@@
class TokenParser extends AbstractTokenParser {
//Deal with generic url
if (strpos($inputs[$k], '//') === 0) {
//Fix url
- $inputs[$k] = ($_ENV['RAPSYSPACK_SCHEME'] ?? 'https
://')
.substr($inputs[$k], 2);
+ $inputs[$k] = ($_ENV['RAPSYSPACK_SCHEME'] ?? 'https
').'://'
.substr($inputs[$k], 2);
//Deal with non url path
} elseif (strpos($inputs[$k], '://') === false) {
//Check if we have a bundle path