Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Commit 8b66996

Browse files
committed
chore: cleanup error message
1 parent 98b0e6a commit 8b66996

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/cmd/launch.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ func getAppMetadata(app string) (*Application, error) {
416416
var application Application
417417
err = json.Unmarshal(appJson, &application)
418418
if err != nil {
419-
log.Error("Failed to unmarshal application metadata:", "error", err)
419+
log.Error("Failed to parse application metadata:", "error", err)
420420
return nil, err
421421
}
422422
return &application, nil

0 commit comments

Comments
 (0)