You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seeing this failure when I have 'cookbook' in my parent directory path.
master [08:52:28] ~/workspace/bithub/cookbooks-org/chef > be knife spork promote qa base
Adding version constraint base = 4.0.1
Saving changes to qa.json
ERROR: Errno::ENOENT: No such file or directory @ rb_sysopen - /Users/jperry/workspace/bithub/environments-org/chef/environments/qa.json
The text was updated successfully, but these errors were encountered:
@jperry ah I think I know what's going on - spork gsubs "cookbooks" with "environments" to look for environment files, it doesn't account for that occurring earlier in the path than the last position. Thanks for the report, I'll add this to the list to fix for the next release (hopefully next week)
Hey @jonlives,
Seeing this failure when I have 'cookbook' in my parent directory path.
The text was updated successfully, but these errors were encountered: