Update lib.ts

This commit is contained in:
James Ives 2020-05-24 12:25:43 -04:00
parent db312b321e
commit b10266078a

View File

@ -33,9 +33,9 @@ export default async function run(
info(
`${
status === Status.FAILED
? 'Deployment Failed ❌'
? 'Deployment failed! ❌'
: status === Status.SUCCESS
? 'Completed Deployment Successfully! ✅'
? 'Completed deployment successfully! ✅'
: 'There is nothing to commit. Exiting early… 📭'
}`
)