Implement PR-1 review comments

This commit is contained in:
faizanahmad055
2018-07-12 16:16:46 +05:00
parent bf34e3a691
commit f73318f25e
3 changed files with 74 additions and 4 deletions
+1 -1
View File
@@ -6,4 +6,4 @@ import "github.com/stakater/Reloader/internal/pkg/cmd"
func Run() error {
cmd := cmd.NewReloaderCommand()
return cmd.Execute()
}
}