Skip to content

Commit

Permalink
Quick Save
Browse files Browse the repository at this point in the history
  • Loading branch information
rsdoiel committed Mar 11, 2024
1 parent 7febcd7 commit fdfa2cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions scripttool.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,6 @@ func FdxToYAML(in io.Reader, out io.Writer) error {
if err != nil {
return err
}
fmt.Printf("DEBUG document -> %+v\n", document)

encoder := yaml.NewEncoder(out)
encoder.SetIndent(2)
err = encoder.Encode(document)
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const (
ReleaseDate = "2024-03-11"

// ReleaseHash, the Git hash when version.go was generated
ReleaseHash = "3653ea2"
ReleaseHash = "7febcd7"

LicenseText = `
All rights reserved.
Expand Down

0 comments on commit fdfa2cc

Please sign in to comment.