Skip to content

Commit c27f4fc

Browse files
committed
Use HOST instead of ENV.fetch("HOST")
1 parent 6e688b2 commit c27f4fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/api/talos_image_factory.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def self.create_schematic_with_talos_config
4040
create_schematic(
4141
customization: {
4242
extraKernelArgs: [
43-
"talos.config=https://#{ENV.fetch('HOST')}/config",
43+
"talos.config=https://#{HOST}/config",
4444
],
4545
},
4646
)

0 commit comments

Comments
 (0)