X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fhtsn.git;a=blobdiff_plain;f=src%2FConfiguration.hs;h=a9d5463f612885d4d831d04ee13db1dad6c67864;hp=6234821c698f9de444101c5dd210a6a28db15223;hb=331f6dd53edd8af4cdd5fac8d7f2709d734b0ddc;hpb=7c3e8169dfce7de580f2f224d0845de01b379249 diff --git a/src/Configuration.hs b/src/Configuration.hs index 6234821..a9d5463 100644 --- a/src/Configuration.hs +++ b/src/Configuration.hs @@ -52,6 +52,6 @@ merge_optional cfg opt_cfg = -- If there are any optional usernames, use only those. all_feed_hosts = if (null (get_feed_hosts (OC.feed_hosts opt_cfg))) - then (feed_hosts cfg) - else (OC.feed_hosts opt_cfg) + then (feed_hosts cfg) + else (OC.feed_hosts opt_cfg)