diff --git a/bash/.bashrc b/bash/.bashrc index 84d6694..1436d63 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -33,7 +33,7 @@ function moshscr() { # This requires a standalone known hosts file function sshunlock() { set -o pipefail - pass show "Misc/$2" | wl-copy + pass show "$2" | wl-copy if [ $? -ne 0 ]; then echo "key not found" return