Skip to content
This repository has been archived by the owner on Jul 25, 2020. It is now read-only.

Commit

Permalink
Fixed infinite recursion in EC2 image live test
Browse files Browse the repository at this point in the history
  • Loading branch information
nacx committed Oct 20, 2016
1 parent 8030e53 commit 7e21cf0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public boolean apply(Image input) {

@Override
public TemplateBuilder getNodeTemplate() {
return getNodeTemplate().from(ebsTemplate);
return super.getNodeTemplate().from(ebsTemplate);
}

@Override
Expand Down

0 comments on commit 7e21cf0

Please sign in to comment.