Skip to content

Commit 1fdf227

Browse files
committed
Cookstyle auto-corrections
This change is automatically generated by the GitHub Cookstyle Runner.
1 parent 7fa3c29 commit 1fdf227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/install.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
property :feature, [Array, String], default: %w(SQLENGINE REPLICATION)
4747
property :install_dir, String, default: 'C:\Program Files\Microsoft SQL Server'
4848
property :instance_dir, String, default: 'C:\Program Files\Microsoft SQL Server'
49-
property :shared_wow_dir, String, default: lazy { install_dir.gsub(/Program Files/, 'Program Files (x86)') }
49+
property :shared_wow_dir, String, default: lazy { install_dir.gsub('Program Files', 'Program Files (x86)') }
5050
property :sql_data_dir, String
5151
property :sql_backup_dir, String
5252
property :sql_instant_file_init, [true, false], default: false

0 commit comments

Comments
 (0)