Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
etai-shuchatowitz committed Nov 14, 2024
1 parent ea7bf65 commit a982bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/packages.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ func PackageUploadAction(c *cli.Context) error {
c.Path(packageFlagPath),
&structpb.Struct{
Fields: map[string]*structpb.Value{
packageMetadataFlagFramework: &structpb.Value{
packageMetadataFlagFramework: {
Kind: &structpb.Value_StringValue{
StringValue: c.String(packageFlagFramework),
},
Expand Down

0 comments on commit a982bd7

Please sign in to comment.