Skip to content

Commit b80279b

Browse files
committed
Fix for prod environment analytics code rendering
1 parent aa0e1b0 commit b80279b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/shared/_head_includes.html.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ DLC VERSION: <%= IO.read(Rails.root.to_s+'/VERSION') %> -->
4848
<%- js_packs << 'ohsynchronizer' if params[:action] == 'synchronizer' %>
4949
<%= javascript_pack_tag *js_packs %>
5050
51-
<% if Rails.env == 'dcv_prod' %>
51+
<% if Rails.env == 'dlc_prod' %>
5252
<!-- Google tag (gtag.js) -->
5353
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-796949-25"></script>
5454
<script>

0 commit comments

Comments
 (0)