Skip to content

Commit 4397715

Browse files
Removed extraneous whitespace
1 parent a6c8855 commit 4397715

File tree

1 file changed

+1
-1
lines changed
  • bash_completion

1 file changed

+1
-1
lines changed

bash_completion/msm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ _msm() {
8282
fi
8383

8484

85-
local server_path="$SETTINGS_SERVER_STORAGE_PATH/${COMP_WORDS[1]}"
85+
local server_path="$SETTINGS_SERVER_STORAGE_PATH/${COMP_WORDS[1]}"
8686
if [[ "${COMP_WORDS[1]}" == "all" ]] || [ -e "$server_path" ]; then
8787
if [[ $COMP_CWORD == 2 ]]; then
8888
options="start stop restart status connected worlds logroll backup jar whitelist blacklist operator gamemode kick say time toggledownfall give xp save cmd cmdlog console config"

0 commit comments

Comments
 (0)