aboutsummaryrefslogtreecommitdiff
path: root/lib/hydra/config
diff options
context:
space:
mode:
Diffstat (limited to 'lib/hydra/config')
-rw-r--r--lib/hydra/config2
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
}