When running master, cyclic include detected is thrown
natewalck opened this issue · 1 comments
natewalck commented
When using master, the following error is thrown upon upload:
/opt/tastetester/bin/taste-tester upload -vvv
Using /Users/nate/chef
Trying to detect repo type
Repo found to be Git
Last commit: a82e9d2e13252b225fcb10c8c5e720f3be82104e 's' by me@natewalck.com
Doing differential upload from a82e9d2e13252b225fcb10c8c5e720f3be82104e
Running "git diff --name-status a82e9d2e13252b225fcb10c8c5e720f3be82104e "
Nothing to upload!
Executed in 0.04s
Traceback (most recent call last):
3: from /opt/tastetester/bin/taste-tester:32:in `<main>'
2: from /opt/tastetester/bin/taste-tester:427:in `<module:TasteTester>'
1: from /opt/tastetester/bin/taste-tester:427:in `include'
/opt/tastetester/bin/taste-tester:427:in `append_features': cyclic include detected (ArgumentError)
jaymzh commented
Looks like @malmond77 broke this in #92 :( I'll send a PR now.