We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ed48fd commit 9ac8385Copy full SHA for 9ac8385
main.js
@@ -20,7 +20,7 @@ const generateJazzyInstallCommand = () => {
20
let gemInstall = "sudo gem install jazzy"
21
22
if (jazzyVersion) {
23
- gemInstall + ` -v ${jazzyVersion}`
+ gemInstall += ` -v ${jazzyVersion}`
24
}
25
26
return gemInstall
0 commit comments