diff --git a/distribusi.go b/distribusi.go index 0cc80e6..e18197e 100644 --- a/distribusi.go +++ b/distribusi.go @@ -267,7 +267,6 @@ Example: return nil }, Action: func(c *cli.Context) error { - if c.Bool("serve") && c.String("publish") != "" { logrus.Fatal("woops, can't publish & serve at the same time?") }