fix wrong username

This commit is contained in:
Rasmus Steinke 2015-05-24 16:14:07 +02:00
parent a486865b8e
commit 300f937608

View File

@ -193,7 +193,7 @@ insertPass () {
w
elif [[ "$notab" == "Yes" ]]; then
pass insert -m -f "${root}"/"$group"/"$domain" < <(echo -e "${pass}\nUser: ${user}\n---\nURL: ${domain}\nNOTAB")
pass insert -m -f "${root}"/"$group"/"$domain" < <(echo -e "${pass}\nUserName: ${user}\n---\nURL: ${domain}\nNOTAB")
fi
}