hotfix GIT subscription script path pass

This commit is contained in:
kirillius 2025-10-08 15:37:58 +03:00
parent a313332699
commit 42ccd99b30
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ public class GitSubscription implements SubscriptionProvider {
try (var shell = new ShellExecutor(ShellExecutor.Config.builder().useSSH(false).build())) {
var result = shell.executeCommand(new String[]{
config.getScript(),
config.getSource()
repoDir.getCanonicalPath()
});
SystemLogger.message("Shell command execution result:"+result, CTX);
}