Skip to content

Commit

Permalink
fix: extra ... in ipsw dsc tbd
Browse files Browse the repository at this point in the history
  • Loading branch information
blacktop committed Apr 27, 2024
1 parent 7b4d529 commit 11c7b21
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/ipsw/cmd/dyld/dyld_tbd.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,6 @@ var TbdCmd = &cobra.Command{
}
}

outTBD += "...\n"

tbdFile := filepath.Base(t.Path) + ".tbd"
if len(output) > 0 {
if err := os.MkdirAll(output, 0750); err != nil {
Expand Down

0 comments on commit 11c7b21

Please sign in to comment.