aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-29 16:18:07 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-29 16:18:07 +1200
commit69ecf93f5ff7a2b12da03e2a80d33c8c53f6d862 (patch)
tree7afb5c51c2742fe5e72b34102decf48944f55c69
parentMerge branch 'hotfix/v9.10.5' (diff)
parentBump VERSION (diff)
downloaddotfiles-69ecf93f5ff7a2b12da03e2a80d33c8c53f6d862.tar.gz
dotfiles-69ecf93f5ff7a2b12da03e2a80d33c8c53f6d862.zip
Merge branch 'hotfix/v9.10.6'v9.10.6
* hotfix/v9.10.6: Include full path for msmtp
-rw-r--r--Makefile2
-rw-r--r--VERSION4
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 9c23c491..53b69fbd 100644
--- a/Makefile
+++ b/Makefile
@@ -98,7 +98,7 @@ XDG_DATA_HOME = $(HOME)/.local/share
NAME = 'Tom Ryder'
EMAIL = tom@sanctum.geek.nz
GPG_KEYID = FA09C06E1B670CD0B2F5DE60C14286EA77BB8872
-SENDMAIL = msmtp
+SENDMAIL = /usr/bin/msmtp
BINS = bin/ap \
bin/apf \
diff --git a/VERSION b/VERSION
index 9bcefb9b..3df1d48e 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-tejr dotfiles v9.10.5
-Mon, 25 May 2020 09:09:30 +0000
+tejr dotfiles v9.10.6
+Fri, 29 May 2020 04:11:33 +0000