Skip to content

Commit 8a1efd9

Browse files
committed
Merge branch 'development'
2 parents 2ef5478 + f9b3b68 commit 8a1efd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/scripts/rb_init_conf.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
# Parse command-line options
2626
opts = Getopt::Std.getopts("s")
27-
opt["s"] ? rb_bootstrap_service = true : rb_bootstrap_service = false
27+
opts["s"] ? rb_bootstrap_service = true : rb_bootstrap_service = false
2828

2929
def iproute2_version
3030
stdout, _stderr, _status = Open3.capture3('rpm -q iproute')

0 commit comments

Comments
 (0)