Skip to content

Commit

Permalink
hope this is sufficient?
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Dec 25, 2018
1 parent 39211de commit 51e0964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/models/project.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ class Project {
}

isDummyApp() {
return this.has('dummy');
return this.root.includes('/dummy');
}

/**
Expand Down

0 comments on commit 51e0964

Please sign in to comment.