Minor fixes.

This commit is contained in:
Martín Lucas Golini
2024-01-30 18:44:50 -03:00
parent f2324d8f40
commit 9a0368af1d
3 changed files with 20 additions and 3 deletions

View File

@@ -215,6 +215,8 @@ class GitPlugin : public PluginBase {
std::string repoPath( const std::string& repoName );
std::string repoFullName( const std::string& repoPath );
std::string fixFilePath( const std::string& file );
std::vector<std::string> fixFilePaths( const std::vector<std::string>& files );