Skip to content

Commit

Permalink
tiny fix
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Sep 3, 2015
1 parent 50c6dc1 commit 9685db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/awspec/generator/template.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def self.generate_stub
path = 'lib/awspec/stub/' + @type.to_snake_case + '.rb'
full_path = @root_path + path
content = <<-"EOF"
# Aws.config[:ec2]= {
# Aws.config[:ec2] = {
# stub_responses: true
# }
EOF
Expand Down

0 comments on commit 9685db1

Please sign in to comment.