Skip to content

Commit

Permalink
redact log message
Browse files Browse the repository at this point in the history
  • Loading branch information
aszs committed Nov 8, 2024
1 parent ef4a08f commit 7c6981b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/src/unfurl-clone.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ async function main() {
]


console.log(UNFURL_CMD, unfurlArgs.join(' '))
console.log("running", UNFURL_CMD, unfurlArgs.join(' ').replace(`${token}`, "XXXXXXXX"))
spawnSync(UNFURL_CMD, unfurlArgs, {stdio: 'inherit'})
}

Expand Down

0 comments on commit 7c6981b

Please sign in to comment.