Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Ravada-Mirror
Commits
337e7e2b
Commit
337e7e2b
authored
Jun 10, 2021
by
Francesc Guasch
Browse files
refactor(install): badge version now has only one dash
parent
22f43695
Changes
1
Hide whitespace changes
Inline
Side-by-side
etc/get_fallback.pl
View file @
337e7e2b
...
...
@@ -60,7 +60,7 @@ sub uncompress($file) {
sub
get_version_badge
{
return
if
$VERSION
=~
/alpha/
;
$VERSION
=~
s/-/--/
;
#
$VERSION =~ s/-/--/;
download
("
https://img.shields.io/badge/version-
$VERSION
-brightgreen.svg
"
,"
../img/version-
$VERSION
-brightgreen.svg
");
}
...
...
Write
Preview
Supports
Markdown
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