Skip to content

Commit

Permalink
Fix $
Browse files Browse the repository at this point in the history
  • Loading branch information
essenciary committed Nov 28, 2023
1 parent 4011c71 commit 3921d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/resources/applications/ApplicationsController.jl
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ function start(app::Application)
up(; async = true,
open_browser = true,
query = Dict("CHANNEL__" => $(ENV["GENIE_CHANNEL"]))
query = Dict("CHANNEL__" => ENV["GENIE_CHANNEL"])
); # end up
while true
Expand Down

0 comments on commit 3921d8e

Please sign in to comment.