Skip to content

Commit

Permalink
Use default version to render the install command, refs #1413
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Mar 11, 2024
1 parent cf52e7a commit 48db79c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/package/view_package.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

<div class="row">
<div class="col-md-8">
<p class="requireme"><i class="glyphicon glyphicon-save"></i> <input type="text" readonly="readonly" value="{{ package.installCommand(expandedVersion) }}" /></p>
<p class="requireme"><i class="glyphicon glyphicon-save"></i> <input type="text" readonly="readonly" value="{{ package.installCommand(version) }}" /></p>

{% if not package.isAutoUpdated() and is_granted('update', package) %}
{% if "github.com" in package.repository %}
Expand Down

0 comments on commit 48db79c

Please sign in to comment.