Ver Fonte

Ooops, use_configfile should be set to 1 instead of 0, as we will always use
the configfile

Morten Brix Pedersen há 25 anos atrás
pai
commit
b86db7535a
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      pisg.pl

+ 1 - 1
pisg.pl

@@ -33,7 +33,7 @@ sub main
 use Pisg;
 use Pisg;
 
 
 \$pisg = new Pisg(
 \$pisg = new Pisg(
-    use_configfile => '0',
+    use_configfile => '1',
     override_cfg => \$cfg
     override_cfg => \$cfg
 );
 );
 \$pisg->run();
 \$pisg->run();