فهرست منبع

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

Morten Brix Pedersen 25 سال پیش
والد
کامیت
b86db7535a
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      pisg.pl

+ 1 - 1
pisg.pl

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