Fix bug with browserpass

This commit is contained in:
2024-05-07 13:46:28 +01:00
parent 1e88a70b05
commit 7fd0f62738
3 changed files with 3 additions and 1 deletions

View File

@@ -62,6 +62,7 @@ pushall() {
read -p "Press ENTER to continue..."
git add -A
git commit -m "$@"
pass show github/token &> /dev/null
git push
fi
}