Skip to content

Commit 0f86d88

Browse files
committed
Fixed typos
1 parent e7a7b36 commit 0f86d88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Gitonomy/Git/Repository.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ public function __construct($dir, $options = array())
127127
$this->command = $options['command'];
128128

129129
if (true === $this->debug && null !== $this->logger) {
130-
$logger->debug('Repository created (git dir: %s, working dir: %s)', $this->gitDir, $this->workingDir ? : 'none');
130+
$this->logger->debug(sprintf('Repository created (git dir: "%s", working dir: "%s")', $this->gitDir, $this->workingDir ? : 'none'));
131131
}
132132
}
133133

0 commit comments

Comments
 (0)