Skip to content

Commit 426f9b4

Browse files
committed
Adds missing shell command
1 parent c14b9f1 commit 426f9b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Objects/MacUser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public function getDir()
7272
{
7373
if (empty($this->_dir))
7474
{
75-
$this->_dir = $this->getShellExec('~' . $this->getUserName());
75+
$this->_dir = $this->getShellExec('echo ~' . $this->getUserName());
7676
}
7777

7878
return $this->_dir;

0 commit comments

Comments
 (0)