Skip to content

Commit

Permalink
[7.2] [Kibana Plugin Generator]target branch → version (#3020… (#41518)
Browse files Browse the repository at this point in the history
A version error will occur each time the following procedure is executed.
Changing「6.6」 from 「6.6.1」 will succeed.
So I changed branch (6.6) to version(6.6.1).

1.Execute「node scripts/generate_plugin my_plugin_name」with [Kibana Plugin Generator][Quick Start]
2.Answer「6.6」to the question 「What Kibana version are you targeting?(6.x)」
3.Execute「yarn start」
  • Loading branch information
Spencer committed Jul 19, 2019
1 parent 9b43897 commit e05b9d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kbn-plugin-generator/sao_template/sao.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ module.exports = function({ name }) {
},
kbnVersion: {
message: 'What Kibana version are you targeting?',
default: kibanaPkg.branch,
default: kibanaPkg.version,
},
generateApp: {
type: 'confirm',
Expand Down

0 comments on commit e05b9d6

Please sign in to comment.