Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
HazelGrant committed Mar 27, 2024
1 parent 59c4c5c commit 3abb3a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ def field_options(fmt: nil)
def normalize_key(key_name)
key_name.to_s.gsub('-', '_')
end

def submit(*)
{ script: { job_environment: { @key.to_s.upcase: value }}}
end
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
data-auto-environment-variable="name"
data-label-string=<%= attrib.original_label.gsub(' ', '&#32;').force_encoding('utf-8') %>
value=<%= attrib.id.gsub(/auto_environment_variable_?/, '') %>
></inut>
>
<% end %>

</div>
Expand Down

0 comments on commit 3abb3a5

Please sign in to comment.