Skip to content

Commit 81c5118

Browse files
committed
update_packagename
1 parent 1c9540e commit 81c5118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_provider.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func (receiver *ServiceProvider) Boot(app foundation.Application) {
2929
app.Commands([]console.Command{
3030
commands.NewPublishHttpResult(),
3131
})
32-
app.Publishes("./packages/http_result", map[string]string{
32+
app.Publishes("github.com/hulutech-web/http_result", map[string]string{
3333
"config/http_result.go": app.ConfigPath("http_result.go"),
3434
})
3535
}

0 commit comments

Comments
 (0)