Skip to content

Commit c36da69

Browse files
authored
M #-: fix linting issue (#3976)
1 parent a156d7a commit c36da69

File tree

1 file changed

+2
-2
lines changed
  • src/im_mad/remotes/dummy-probes.d/vm/execution

1 file changed

+2
-2
lines changed

src/im_mad/remotes/dummy-probes.d/vm/execution/exec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
result << 'VM = [' \
5353
" ID=\"#{vm_id}\"," \
5454
" PID=\"#{pid}\"," \
55-
' STATUS=\"DONE\",' \
56-
' RETURN_CODE=\"0\",' \
55+
' STATUS="DONE",' \
56+
' RETURN_CODE="0",' \
5757
" STDOUT=\"#{stdout}\"," \
5858
" STDERR=\"#{stderr}\" ]\n"
5959
rescue StandardError

0 commit comments

Comments
 (0)