Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

example does not work #44

Closed
grimm26 opened this issue May 21, 2015 · 2 comments
Closed

example does not work #44

grimm26 opened this issue May 21, 2015 · 2 comments

Comments

@grimm26
Copy link
Contributor

grimm26 commented May 21, 2015

% ./cloudformation-ruby-script.rb expand
./cloudformation-ruby-script.rb:176:in `block in <main>': undefined method `equals' for #<TemplateDSL:0x007f8c9aa87720> (NoMethodError)
        from /Users/mkeisler/git/github/cloudformation-ruby-dsl/lib/cloudformation-ruby-dsl/cfntemplate.rb:260:in `instance_eval'
        from /Users/mkeisler/git/github/cloudformation-ruby-dsl/lib/cloudformation-ruby-dsl/cfntemplate.rb:260:in `initialize'
        from /Users/mkeisler/git/github/cloudformation-ruby-dsl/lib/cloudformation-ruby-dsl/cfntemplate.rb:293:in `initialize'
        from /Users/mkeisler/git/github/cloudformation-ruby-dsl/lib/cloudformation-ruby-dsl/cfntemplate.rb:284:in `new'
        from /Users/mkeisler/git/github/cloudformation-ruby-dsl/lib/cloudformation-ruby-dsl/cfntemplate.rb:284:in `template'
        from ./cloudformation-ruby-script.rb:24:in `<main>'
@jonaf
Copy link
Contributor

jonaf commented May 21, 2015

This is a silly typo on my part. It should be equal. I'll update it, but in the meantime, you can modify the template yourself to use the correct method name.

@grimm26
Copy link
Contributor Author

grimm26 commented May 21, 2015

ok, FYI that typo is in multiple places.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants