summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.go b/main.go
index c242ffd..81963b6 100644
--- a/main.go
+++ b/main.go
@@ -166,7 +166,8 @@ func main() {
sortmap["Bases"] = sortmap["Base"] + "s"
}
- // pb.makeSortfile(f)
+ pb.makeSortfile(f)
+ pb.makeNewSortfile(f)
}
func okExit(s string) {