From 9e34191cdd99b63b2c91774fd5713bbda8c1cfd2 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 21 Mar 2020 01:34:02 +0100 Subject: [PATCH] Move option and value to same line --- sbin/encrypt.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sbin/encrypt.sh b/sbin/encrypt.sh index 04be24f..d328761 100755 --- a/sbin/encrypt.sh +++ b/sbin/encrypt.sh @@ -11,6 +11,5 @@ declare secret="$2" ansible-vault \ encrypt_string \ --vault-password-file ansible/.vault.sh \ - --name \ - "$name" \ + --name "$name" \ "$secret"