diff --git a/ansible-qubes.spec b/ansible-qubes.spec index b173e30..be4973f 100644 --- a/ansible-qubes.spec +++ b/ansible-qubes.spec @@ -3,7 +3,7 @@ %define mybuildnumber %{?build_number}%{?!build_number:1} Name: ansible-qubes -Version: 0.0.19 +Version: 0.0.20 Release: %{mybuildnumber}%{?dist} Summary: Inter-VM program execution for Qubes OS AppVMs and StandaloneVMs BuildArch: noarch diff --git a/bin/bombshell-client b/bin/bombshell-client index 689431e..1a1d094 100755 --- a/bin/bombshell-client +++ b/bin/bombshell-client @@ -322,7 +322,7 @@ def quotedargs(): def quotedargs_ellipsized(cmdlist): - text = " ".join(quote(x) for x in sys.argv[1:]) + text = " ".join(quote(x) for x in cmdlist) if len(text) > 80: text = text[:77] + "..." return text