summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2016-08-18 23:59:49 +0200
committerTharre <tharre3@gmail.com>2016-10-07 20:13:40 +0000
commitcacd76fca9d0cb6f664df2cc8e1427301ef964eb (patch)
tree23915f1f37481502f40e400e6e2fcc29137c331e
parent18ab5b0e924f004592d1003c42df944b2e3e3b23 (diff)
downloaddotfiles-cacd76fca9d0cb6f664df2cc8e1427301ef964eb.tar.gz
dotfiles-cacd76fca9d0cb6f664df2cc8e1427301ef964eb.tar.xz
dotfiles-cacd76fca9d0cb6f664df2cc8e1427301ef964eb.zip
makepkg.conf: remove password request from hib-dlagent
-rw-r--r--shell/_makepkg.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/_makepkg.conf b/shell/_makepkg.conf
index 7439be0..2d44f5a 100644
--- a/shell/_makepkg.conf
+++ b/shell/_makepkg.conf
@@ -1,4 +1,4 @@
-DLAGENTS+=('hib::/usr/bin/hib-dlagent -u tharre3@gmail.com -p $(pass www/humblebundle) -o %o %u')
+DLAGENTS+=('hib::/usr/bin/hib-dlagent -u tharre3@gmail.com -o %o %u')
MAKEFLAGS="-j$(nproc)"