diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2022-01-09 13:27:04 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2022-01-09 13:27:04 -0300 |
commit | 374b8b03eba384b4bd31cdec7d978b3d0dd4c7de (patch) | |
tree | f008d3ae21bf34cf9d5cec4e706b4f1e98851ae8 | |
parent | 401a25387a6776545fdadef9e1bfe991bf59c6f7 (diff) | |
download | hydra-374b8b03eba384b4bd31cdec7d978b3d0dd4c7de.tar.gz hydra-374b8b03eba384b4bd31cdec7d978b3d0dd4c7de.tar.bz2 |
Fix: coding style
-rw-r--r-- | lib/hydra/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hydra/config b/lib/hydra/config index da49ec7..b62c0c7 100644 --- a/lib/hydra/config +++ b/lib/hydra/config @@ -29,7 +29,7 @@ function hydra_config_load_preferences { if [ ! -z "$PREFERENCES" ] && [ -f "$PREFERENCES" ]; then source $PREFERENCES fi - + hydra_check_preferences } |