Skip to content

Commit

Permalink
fix rust runtime constant duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
mrutkows committed Feb 17, 2021
1 parent 628a672 commit 3f4ae31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtimes/runtimes.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const (
DOTNET_RUNTIME = ZIP_FILE_EXTENSION
PHP_RUNTIME = PHP_FILE_EXTENSION
RUBY_RUNTIME = "ruby"
RUBY_RUNTIME = "rust"
RUST_RUNTIME = "rust"
GO_RUNTIME = GO_FILE_EXTENSION
HTTP_CONTENT_TYPE_KEY = "Content-Type"
HTTP_CONTENT_TYPE_VALUE = "application/json; charset=UTF-8"
Expand Down

0 comments on commit 3f4ae31

Please sign in to comment.