Skip to content

Commit d856520

Browse files
committed
Fixes cache locator issue
1 parent 2c21564 commit d856520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Objects/MacOs.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ protected function getAssetCacheLocators($key)
153153
$bin = '/usr/bin/AssetCacheLocatorUtil';
154154
if (file_exists($bin))
155155
{
156-
$cmd = sprintf("%s 2>&1 | grep guid | grep '%s caching: yes' | awk '{print$4}' | sed 's/^\(.*\):.*$/\1/' | uniq", $bin, $key);
156+
$cmd = sprintf("%s 2>&1 | grep guid | grep '%s caching: yes' | awk '{print\$4}' | sed 's/^\(.*\):.*\$/\\1/' | uniq", $bin, $key);
157157
$ips = $this->getShellExec($cmd);
158158
}
159159

0 commit comments

Comments
 (0)