Remove rename warning

This commit is contained in:
Tim Perry 2018-10-29 22:29:31 +01:00
parent 85d82ab9ca
commit 4ff42c11e6

View File

@ -225,13 +225,6 @@ update.notify()
cli = capitano.parse(process.argv)
runCommand = ->
console.error(
'''
*****
Please note: the "resin" command-line tool has been replaced with "balena".
Only balena will be actively maintained. Get it at: https://balena.io
*****
''')
if cli.global?.help
capitanoExecuteAsync(command: "help #{cli.command ? ''}")
else