diff --git a/src/ncc/Utilities/PathFinder.php b/src/ncc/Utilities/PathFinder.php index c3fb587..8093f7d 100644 --- a/src/ncc/Utilities/PathFinder.php +++ b/src/ncc/Utilities/PathFinder.php @@ -179,7 +179,7 @@ * @return string * @throws InvalidScopeException */ - public static function getRemouteSources(string $scope=Scopes::Auto, bool $win32=false): string + public static function getRemoteSources(string $scope=Scopes::Auto, bool $win32=false): string { return self::getDataPath($scope, $win32) . DIRECTORY_SEPARATOR . 'sources'; }