This is redundant now

main
Nick Dumas 2 years ago
parent 3a7bf5a486
commit e2b8f08ef1

@ -33,10 +33,6 @@ func main() {
am.L.Fatal("please provide -blog") am.L.Fatal("please provide -blog")
} }
if am.Source == "" || am.Target == "" {
am.L.Fatal("flags not provided")
}
err := am.Walk() err := am.Walk()
if err != nil { if err != nil {
am.L.Fatal("error walking blog or notes dir to gather file names", zap.Error(err)) am.L.Fatal("error walking blog or notes dir to gather file names", zap.Error(err))

Loading…
Cancel
Save