Skip to content

Commit 89c1e6f

Browse files
committed
rmeoved commment whitespace
1 parent d3d65a2 commit 89c1e6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

acceptance/setup/common/pre-suite/010_install_ruby.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# Add the msys bins to PATH
2626
bolt.add_env_var('PATH', "/cygdrive/c/tools/msys64:PATH")
2727
when /debian|ubuntu/
28-
# TODO: allow for tests to work or ruby3 on ubuntu
28+
# TODO: allow for tests to work or ruby3 on ubuntu
2929
# install system ruby packages
3030
install_package(bolt, 'ruby')
3131
install_package(bolt, 'ruby-dev')
@@ -48,7 +48,7 @@
4848
install_package(bolt, 'rubygem-bigdecimal')
4949
install_package(bolt, 'rubygem-io-console')
5050
when /osx/
51-
# TODO: allow for tests to work on ruby3 on macOS
51+
# TODO: allow for tests to work on ruby3 on macOS
5252
else
5353
fail_test("#{bolt['platform']} not currently a supported bolt controller")
5454
end

0 commit comments

Comments
 (0)