Commit 9345e48b authored by name_snrl's avatar name_snrl
Browse files

privoxy: fix types.string -> types.str

parent d1eaf1ac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ let
    else "${name} ${toString val}\n";

  configType = with types;
    let atom = oneOf [ int bool string path ];
    let atom = oneOf [ int bool str path ];
    in attrsOf (either atom (listOf atom))
    // { description = ''
          privoxy configuration type. The format consists of an attribute