Skip to content

Commit

Permalink
Fix path to version file after moving class
Browse files Browse the repository at this point in the history
  • Loading branch information
carlbennett committed Dec 1, 2024
1 parent 1dd440d commit 2bac76c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Libraries/Core/VersionInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class VersionInfo
public const EOL = "\n";

// Default path to version file relative to src/ directory.
const VERSION_INFO_FILE = __DIR__ . '/../../etc/.rsync-version';
const VERSION_INFO_FILE = __DIR__ . '/../../../etc/.rsync-version';

private static ?array $version = null;

Expand Down

0 comments on commit 2bac76c

Please sign in to comment.