Skip to content

Commit 7f6b216

Browse files
committed
quote the string
1 parent 6d38e66 commit 7f6b216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/arduino_ci/display_manager.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def with_display
8282
def environment
8383
return nil unless @existing || @enabled
8484
return {} if @existing
85-
{ DISPLAY => ":1.0" }
85+
{ "DISPLAY" => ":1.0" }
8686
end
8787

8888
# On finalize, ensure child process is ended

0 commit comments

Comments
 (0)