Skip to content
This repository was archived by the owner on Feb 8, 2021. It is now read-only.

Commit 3db1520

Browse files
committed
fix func endpoint display
1 parent 224c148 commit 3db1520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/client/func.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ func (cli *DockerCli) CmdFuncCreate(args ...string) error {
218218
if err != nil {
219219
return err
220220
}
221-
fmt.Fprintf(cli.out, "%s is created with the address of https://us-west-1.hyperfunc.io/call/%s/%s\n", fn.Name, fn.Name, fn.UUID)
221+
fmt.Fprintf(cli.out, "%s is created with the address of https://%s.hyperfunc.io/call/%s/%s\n", fn.Name, cli.region, fn.Name, fn.UUID)
222222
return nil
223223
}
224224

0 commit comments

Comments
 (0)