Skip to content

Commit

Permalink
Fix missing space in log
Browse files Browse the repository at this point in the history
  • Loading branch information
rtm516 authored Mar 4, 2024
1 parent 1212ebd commit af56a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monitor.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ async function handleMetadata (folder, metadata) {
console.log(`Cloning repo to '${repoPath}'`)
await execShellCommand(`git clone -n "${repoUrl}" "${repoPath}"`)
await execShellCommand(`git -C "${repoPath}" fetch`)
console.log(`Checking out commit'${metadata.commit}'`)
console.log(`Checking out commit '${metadata.commit}'`)
await execShellCommand(`git -C "${repoPath}" checkout "${metadata.commit}"`)

console.log('Getting SHA256 of files')
Expand Down

0 comments on commit af56a49

Please sign in to comment.