Skip to content

Commit 25e81e7

Browse files
committed
fix xdpyinfo line
1 parent c16ebb4 commit 25e81e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/arduino_ci/display_manager.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def alive?(pid)
3737

3838
# check whether an X server is taking connections
3939
def xserver_exist?(display)
40-
run_silent({ "DISPLAY" => display }, ["xdpyinfo"])
40+
run_silent({ "DISPLAY" => display }, "xdpyinfo")
4141
end
4242

4343
# wait for the xvfb command to launch

0 commit comments

Comments
 (0)