diff --git a/dist/index.js b/dist/index.js index 54048674..27a94849 100644 Binary files a/dist/index.js and b/dist/index.js differ diff --git a/dist/index.js.map b/dist/index.js.map index c60f845f..36beae3c 100644 Binary files a/dist/index.js.map and b/dist/index.js.map differ diff --git a/src/model/cloud-runner/remote-client/remote-client-logger.ts b/src/model/cloud-runner/remote-client/remote-client-logger.ts index 4032cbc4..10ca6fe9 100644 --- a/src/model/cloud-runner/remote-client/remote-client-logger.ts +++ b/src/model/cloud-runner/remote-client/remote-client-logger.ts @@ -41,7 +41,7 @@ export class RemoteClientLogger { CloudRunnerLogger.log(`Collected Logs`); let hashedLogs = fs.readFileSync(RemoteClientLogger.LogFilePath).toString(); - hashedLogs = await await CloudRunnerSystem.Run(`md5sum ${RemoteClientLogger.LogFilePath}`); + hashedLogs = await CloudRunnerSystem.Run(`md5sum ${RemoteClientLogger.LogFilePath}`); for (let index = 0; index < 3; index++) { CloudRunnerLogger.log(`LOGHASH: ${hashedLogs}`);