blossom method name update.

This commit is contained in:
fiatjaf 2025-05-03 07:22:08 -03:00
parent e91a454fc0
commit 3005c62566
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ var blossomCmd = &cli.Command{
hasError := false
for _, fpath := range c.Args().Slice() {
bd, err := client.UploadFile(ctx, fpath)
bd, err := client.UploadFilePath(ctx, fpath)
if err != nil {
fmt.Fprintf(os.Stderr, "%s\n", err)
hasError = true