Skip to content

Commit

Permalink
mpvc: Update mpvc
Browse files Browse the repository at this point in the history
  • Loading branch information
gmt4 committed Aug 15, 2023
1 parent e71ae4a commit ac571a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mpvc
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ mpvc_stash() {
if [ -z "$1" ]; then
mpvc_stash apply_current
else
mpvc_stash apply_current < "$MPVC_STASH_DIR/$1"
mpvc_stash apply_current "$1" < "$MPVC_STASH_DIR/$1"
fi
;;
apply_current)
Expand Down

0 comments on commit ac571a8

Please sign in to comment.