aboutsummaryrefslogtreecommitdiff
path: root/app/views/mini_environments/new.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/mini_environments/new.html.erb')
-rw-r--r--app/views/mini_environments/new.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/mini_environments/new.html.erb b/app/views/mini_environments/new.html.erb
index 3180818..720d5dd 100644
--- a/app/views/mini_environments/new.html.erb
+++ b/app/views/mini_environments/new.html.erb
@@ -145,7 +145,7 @@ License along with the GOV.UK Mini Environment Admin. If not, see
<div class="col-sm-10">
<%= f.collection_select(
:govuk_guix_revision_id,
- GovukGuix::Revision.all,
+ GovukGuix::Revision.where(archived: false),
:commit_hash,
:commit_hash,
{},