summaryrefslogtreecommitdiffstats
path: root/Makefile.hush
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-04-20 05:42:15 -0400
committerJesse Luehrs <doy@tozt.net>2020-04-20 05:44:38 -0400
commit6efd5fe5afd46e8623d70201e8907eb06372eb7a (patch)
treebb314c3d7a7383f7d3df40e12236ce3cfc8d249e /Makefile.hush
parent6dce036874d75b2eca2ac48047120b571590de2c (diff)
downloadconf-6efd5fe5afd46e8623d70201e8907eb06372eb7a.tar.gz
conf-6efd5fe5afd46e8623d70201e8907eb06372eb7a.zip
switch to rbw
Diffstat (limited to 'Makefile.hush')
-rw-r--r--Makefile.hush4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.hush b/Makefile.hush
index 972d92f..578eca0 100644
--- a/Makefile.hush
+++ b/Makefile.hush
@@ -60,8 +60,8 @@ config/alacritty/alacritty.yml : config/alacritty/alacritty.yml.hush
$(LN) $(notdir $<) $@
config/darksky/api :
- pass show websites/darksky.net/api > $@
+ rbw get darksky.net api > $@
mpdscribble/mpdscribble.conf : mpdscribble/mpdscribble.conf.tmpl
- pass="$$(pass show websites/last.fm/doyster)" &&\
+ pass="$$(rbw get last.fm doyster)" &&\
perl -E'while (<STDIN>) { if (/^password =/) { say "password = $$ARGV[0]" } else { print } }' "$$pass" < $< > $@