Skip to content

Commit 668be61

Browse files
committed
Revert "Update build command"
This reverts commit 56f613f.
1 parent 3b490b7 commit 668be61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1530,8 +1530,8 @@ func main() {
15301530
err = Build(pkgName, *outpath, options)
15311531
handleCompilerError(err)
15321532
fmt.Println("build successful")
1533-
fmt.Println("deploy your transform to a topic:")
1534-
fmt.Println("\trpk transform deploy")
1533+
fmt.Println("deploy your wasm function to a topic:")
1534+
fmt.Println("\trpk wasm deploy")
15351535
}
15361536

15371537
func upstreamMain() {

0 commit comments

Comments
 (0)