Skip to content

Commit

Permalink
fixed notation policy command print outs
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
  • Loading branch information
Two-Hearts committed Aug 15, 2023
1 parent f8c3b70 commit cb9e06d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/notation/policy/show.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@ func runShow(command *cobra.Command, opts showOpts) error {

// show policy content
enc := json.NewEncoder(os.Stdout)
enc.SetIndent("", " ")
enc.SetIndent("", " ")
return enc.Encode(&doc)
}

0 comments on commit cb9e06d

Please sign in to comment.