summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwheatdog <wheatdoge@gmail.com>2019-02-28 22:40:03 +0800
committerwheatdog <wheatdoge@gmail.com>2019-02-28 22:40:03 +0800
commitdc8ebe407d83e2f4829471a3baf9f203dc18427d (patch)
tree1316389f383e2c9aa6ee4018b46d16a6a57d701d
parent698c0b0418b539dfd8144a406022d90a02b5dac9 (diff)
downloadaurutils-extra-dc8ebe407d83e2f4829471a3baf9f203dc18427d.tar.gz
aurutils-extra-dc8ebe407d83e2f4829471a3baf9f203dc18427d.tar.zst
aurutils-extra-dc8ebe407d83e2f4829471a3baf9f203dc18427d.zip
Include repoctl status
-rwxr-xr-xaur-sane2
1 files changed, 2 insertions, 0 deletions
diff --git a/aur-sane b/aur-sane
index e534305..e573c26 100755
--- a/aur-sane
+++ b/aur-sane
@@ -99,4 +99,6 @@ if [[ -s unnecessary ]]; then
cat unnecessary
fi
+REPOCTL_CONFIG=$(realpath repoctl.toml) repoctl status
+
# vim: set et sw=4 sts=4 ft=sh: