Skip to content

Commit

Permalink
puma-menu: fix stupid path error
Browse files Browse the repository at this point in the history
  • Loading branch information
clawoflight committed Jan 9, 2017
1 parent 890df26 commit 3eff45c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/puma-menu
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@

PUMA_KEYRING="${PUMA_KEYRING:-$HOME/Documents/keyring}"

ls -1B "$HOME/$PUMA_KEYRING" | sed 's/\(.*\)\..*/\1/' | dmenu -p "Login:" | xargs ~/bin/up
ls -1B "$PUMA_KEYRING" | sed 's/\(.*\)\..*/\1/' | dmenu -p "Login:" | xargs ~/bin/up

0 comments on commit 3eff45c

Please sign in to comment.