Skip to content

Commit

Permalink
feat: add AGENIX_REKEY_ADD_TO_GIT to always files add to git without …
Browse files Browse the repository at this point in the history
…requiring `-a`
  • Loading branch information
oddlama committed Feb 26, 2024
1 parent 8d42875 commit 1471129
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/generate.nix
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ in
}
FORCE_GENERATE=false
ADD_TO_GIT=false
ADD_TO_GIT=''${AGENIX_REKEY_ADD_TO_GIT-false}
POSITIONAL_ARGS=()
TAGS=""
while [[ $# -gt 0 ]]; do
Expand Down
2 changes: 1 addition & 1 deletion apps/rekey.nix
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ in
DUMMY=false
FORCE=false
ADD_TO_GIT=false
ADD_TO_GIT=''${AGENIX_REKEY_ADD_TO_GIT-false}
while [[ $# -gt 0 ]]; do
case "$1" in
"help"|"--help"|"-help"|"-h")
Expand Down

0 comments on commit 1471129

Please sign in to comment.