Skip to content

Commit 56f613f

Browse files
committed
Update build command
Signed-off-by: Tyler Rockwood <[email protected]>
1 parent 82f306f commit 56f613f

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 wasm function to a topic:")
1534-
fmt.Println("\trpk wasm deploy")
1533+
fmt.Println("deploy your transform to a topic:")
1534+
fmt.Println("\trpk transform deploy")
15351535
}
15361536

15371537
func upstreamMain() {

0 commit comments

Comments
 (0)