diff options
author | Ayush Agarwal <ayush@fastmail.in> | 2021-11-14 19:15:17 +0530 |
---|---|---|
committer | Ayush Agarwal <ayush@fastmail.in> | 2021-11-14 19:16:53 +0530 |
commit | 8704837c8a4990b41aa9328ea1326b3e1afef4da (patch) | |
tree | 9329775ded60e03fd64d6b01bb5df5e6c935e363 /tessen | |
parent | 55eed7d58e5039de173cf7dbbf2a452b7f380acd (diff) |
fix: use tabs instead of spaces in Makefilev1.2.1
Diffstat (limited to 'tessen')
-rwxr-xr-x | tessen | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ set +x # GLOBAL VARIABLES # variables which won't be changed and can be made readonly -readonly tsn_version="1.2.0" +readonly tsn_version="1.2.1" readonly tsn_prefix="${PASSWORD_STORE_DIR:-$HOME/.password-store}" readonly tsn_cliptime="${PASSWORD_STORE_CLIP_TIME:-15}" readonly tsn_delay="${TESSEN_DELAY:-200}" |