mirror of https://github.com/apache/kafka.git
MINOR: fix scalaVersion variable in templateData.js
Author: Damian Guy <damian.guy@gmail.com> Reviewers: Ismael Juma <ismael@juma.me.uk> Closes #3790 from dguy/fix-js-tempate
This commit is contained in:
parent
b1871e5adf
commit
caddae19ea
|
@ -19,6 +19,6 @@ limitations under the License.
|
|||
var context={
|
||||
"version": "100",
|
||||
"dotVersion": "1.0",
|
||||
"fullDotVersion": "1.0.0"
|
||||
"scalaVersion:" "2.11"
|
||||
"fullDotVersion": "1.0.0",
|
||||
"scalaVersion": "2.11"
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue