From 413c9866d2d8ed00162676861570d5218abb5001 Mon Sep 17 00:00:00 2001 From: iFargle Date: Sat, 23 Sep 2023 09:21:44 +0900 Subject: [PATCH] test --- home-manager/common/software/cli/bash.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/common/software/cli/bash.nix b/home-manager/common/software/cli/bash.nix index 15a0e7c4..524183b3 100644 --- a/home-manager/common/software/cli/bash.nix +++ b/home-manager/common/software/cli/bash.nix @@ -54,7 +54,7 @@ } update-repo() { for i in $(ls secrets); do - echo "Updateing secrets/$i + echo "Updateing secrets/$i" sops updatekeys secrets/$i -y done }