Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Site.js
lib
Auto Encrypt Localhost
Commits
3305ce02
Commit
3305ce02
authored
Mar 05, 2021
by
Aral Balkan
Browse files
Show correct version in installation status line
parent
4a477ff6
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/install-mkcert.js
View file @
3305ce02
...
...
@@ -56,7 +56,7 @@ async function secureStreamToFile (url, filePath) {
// Install the latest mkcert binary.
//
process
.
stdout
.
write
(
'
> Installing
latest mkcert
binary…
'
)
process
.
stdout
.
write
(
`
> Installing
mkcert v
${
version
}
binary…
`
)
// This is the directory we will save the binary into.
// (Placing it here for backwards compatibility with < v7.0.0 releases).
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment