Skip to content

Commit

Permalink
fix: typo stalark -> starlark (#1034)
Browse files Browse the repository at this point in the history
  • Loading branch information
Peefy authored Mar 21, 2023
1 parent 3352632 commit 300aad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/go/starlark/starlark/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const (

sourceKey = "source"

defaultProgramName = "stalark-function-run"
defaultProgramName = "starlark-function-run"
)

type StarlarkRun struct {
Expand Down

0 comments on commit 300aad7

Please sign in to comment.