Skip to content

Commit 065f5c1

Browse files
committed
fix argument
1 parent 00209c7 commit 065f5c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

open.tmux

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ generate_open_command() {
4949
echo "$(command_generator "xdg-open")"
5050
else
5151
# error command for Linux machines when 'xdg-open' not installed
52-
"$CURRENT_DIR/scripts/tmux_open_error_message.sh xdg-open"
52+
"$CURRENT_DIR/scripts/tmux_open_error_message.sh" "xdg-open"
5353
fi
5454
}
5555

@@ -61,7 +61,7 @@ generate_open_search_command() {
6161
echo "$(search_command_generator "xdg-open" "$engine")"
6262
else
6363
# error command for Linux machines when 'xdg-open' not installed
64-
"$CURRENT_DIR/scripts/tmux_open_error_message.sh xdg-open"
64+
"$CURRENT_DIR/scripts/tmux_open_error_message.sh" "xdg-open"
6565
fi
6666
}
6767

0 commit comments

Comments
 (0)