Skip to content

Commit ee1f5ec

Browse files
authored
indention fix
1 parent 59161eb commit ee1f5ec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/Operation.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,12 @@ protected function buildCommand(string $template, Node $node, string $event, arr
8383
$nodeID = $node->getId();
8484
} catch (InvalidPathException $e) {
8585
} catch (NotFoundException $e) {
86-
}
86+
}
8787

88-
$base_path = $this->config->getSystemValue('datadirectory');
88+
$base_path = $this->config->getSystemValue('datadirectory');
8989

90-
$path = Filesystem::getLocalFile(Filesystem::getPath($nodeID));
91-
$command = str_replace('%n', escapeshellarg(str_replace($base_path . '/','',$path)), $command);
90+
$path = Filesystem::getLocalFile(Filesystem::getPath($nodeID));
91+
$command = str_replace('%n', escapeshellarg(str_replace($base_path . '/','',$path)), $command);
9292
}
9393

9494
if (false && strpos($command, '%f')) {

0 commit comments

Comments
 (0)