Fixing command run

This commit is contained in:
Ryan Baxter
2024-05-14 16:13:42 -04:00
parent 356cf737e1
commit 1b44ffad23

View File

@@ -189,7 +189,7 @@ public class ProjectCommandExecutor {
commands[i] = commands[i].replace("{{cat-key}}", "\"$(cat $DOCS_SERVER_SSH_KEY)\"");
}
}
runCommand(properties, antoraDocsProject.getAbsolutePath() + "/rsync-antora-reference/src", command.split(" "));
runCommand(properties, antoraDocsProject.getAbsolutePath() + "/rsync-antora-reference/src", commands);
}
public void publishDocs(ReleaserProperties properties, ProjectVersion originalVersion,