Skip to content

Commit

Permalink
ci(dev-cli): more informative confirmation message on arns update suc…
Browse files Browse the repository at this point in the history
…cess
  • Loading branch information
TillaTheHun0 committed Aug 9, 2024
1 parent eacc9fa commit 39d4702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-cli/tools/deploy/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const actions = {
transactionId: INSTALL_SCRIPT_ID,
ttlSeconds: 3600
})
.then((res) => console.log('Updated ao install ANT record', res.id))
.then((res) => console.log(`Updated install_ao ANT record to "${INSTALL_SCRIPT_ID}". Message Id: "${res.id}"`))

return INSTALL_SCRIPT_ID
}
Expand Down

0 comments on commit 39d4702

Please sign in to comment.