fix custom editor overriding everything

This commit is contained in:
James Tomasino 2018-01-20 16:12:25 -05:00
parent 9104741150
commit 1b936aa91b
1 changed files with 1 additions and 1 deletions

2
burrow
View File

@ -285,7 +285,7 @@ function main() {
fi
done
if [[ $config_custom_editor ]]
if [[ $config_custom_editor != false ]]
then
editor=$config_custom_editor
fi