From 04f7f6ece5b573814b082bd1c94918117679c34a Mon Sep 17 00:00:00 2001 From: Markus Zolliker Date: Thu, 5 Jun 2025 10:12:34 +0200 Subject: [PATCH] bin/frappy-cli: fix hosts variable --- bin/frappy-cli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: