Skip to content

Commit

Permalink
misspelling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Zagaynov committed May 18, 2018
1 parent 6cc4ad7 commit 428546f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks_private/regions.rake
Expand Up @@ -41,7 +41,7 @@ namespace 'aws:extract' do
end

settings_file = engine_root.join('config/settings.yml')
setting_lines = settings_file.readlines # can't just read & dump YAML keeping it's comments
setting_lines = settings_file.readlines # can't just read & dump YAML keeping its comments

line_index = setting_lines.index { |line| line =~ /\s*:disabled_regions:\s*/ }
indentation = setting_lines[line_index] =~ /\S/
Expand Down

0 comments on commit 428546f

Please sign in to comment.