mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Fixed formatting in bash completion.
From spaces to tabs.
This commit is contained in:
parent
10c994fc59
commit
f7f944517b
@ -248,10 +248,10 @@ _msm() {
|
||||
fi
|
||||
;;
|
||||
config)
|
||||
if [[ $COMP_CWORD == 3 ]]; then
|
||||
options="$(more $SERVER_CONF | sed 's/=.*$//' | grep -v '#')";
|
||||
fi
|
||||
;;
|
||||
if [[ $COMP_CWORD == 3 ]]; then
|
||||
options="$(more "$SERVER_CONF" | sed 's/=.*$//' | grep -v '#')";
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user