diff --git a/bin/frappy-cli b/bin/frappy-cli index c9785f9..082d059 100755 --- a/bin/frappy-cli +++ b/bin/frappy-cli @@ -69,7 +69,7 @@ args = parseArgv(sys.argv[1:]) nodes = args.node hosts = args.scan if not nodes and not hosts: - host = ['localhost'] + hosts = ['localhost'] if hosts: answers = [] for host in hosts: