Skip to content

Commit

Permalink
EVEREST-107: remove done word
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Kralik committed May 30, 2024
1 parent 929c496 commit 32300c6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/veneer-update.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ func main() {
if err := rootCmd.Execute(); err != nil {
panic(err)
}

fmt.Println("done")
}

func createPatchVersionVeneer(veneerFile, channel, currentVersion, newVersion string) ([]byte, error) {
Expand Down

0 comments on commit 32300c6

Please sign in to comment.