Skip to content

Commit

Permalink
warn secrets need update
Browse files Browse the repository at this point in the history
  • Loading branch information
appaquet committed Oct 4, 2024
1 parent 65689a7 commit 0890354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ if [[ ! -f "$ROOT/secrets/flake.nix" ]]; then
sleep 2
fi

SECRETS_CHANGED=$(git diff --submodule=log secrets | grep -q "Submodule")
SECRETS_CHANGED=$(git diff --submodule=log secrets | grep "Submodule")
if [[ -n "$SECRETS_CHANGED" ]]; then
echo "Secrets submodule has changes. Make sure to update prior to building"
sleep 1
Expand Down

0 comments on commit 0890354

Please sign in to comment.