Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Your Name <[email protected]>
  • Loading branch information
akagami-harsh committed Jan 8, 2025
1 parent 8bdb8bc commit 12c4683
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion hack/docs/internal/cronjob-tutorial/generate_cronjob.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ func (sp *Sample) CodeGen() {
cmd = exec.Command("make", "build-installer")
_, err = sp.ctx.Run(cmd)
hackutils.CheckError("Failed to run make build-installer for cronjob tutorial", err)

}

// insert code to fix docs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ func (sp *Sample) CodeGen() {
cmd = exec.Command("make", "build-installer")
_, err = sp.ctx.Run(cmd)
hackutils.CheckError("Failed to run make build-installer for getting started tutorial", err)

}

const oldSpecAPI = "// Foo is an example field of Memcached. Edit memcached_types.go to remove/update\n\tFoo string `json:\"foo,omitempty\"`"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -747,5 +747,4 @@ func (sp *Sample) CodeGen() {
cmd = exec.Command("make", "build-installer")
_, err = sp.ctx.Run(cmd)
hackutils.CheckError("Failed to run make build-installer for multiversion tutorial", err)

}

0 comments on commit 12c4683

Please sign in to comment.