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

Fix shell method on backend (close #158) #192

Merged

Conversation

hico-horiuchi
Copy link
Contributor

This pull request will fix #158 .

@hico-horiuchi
Copy link
Contributor Author

I can avoid errors by adding configuration to Vagrantfile like below.
So, if this fix is not needed, please close the pull request.

config.vm.provision :itamae do |config|
  config.shell = '/bin/sh'
end

@ryotarai
Copy link
Member

Thank you!

ryotarai added a commit that referenced this pull request Jan 24, 2016
@ryotarai ryotarai merged commit 446f9e2 into itamae-kitchen:master Jan 24, 2016
@ryotarai
Copy link
Member

ryotarai commented Feb 3, 2016

released in v1.9.3

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

Successfully merging this pull request may close these issues.

build_command': undefined method shellescape' for nil:NilClass
2 participants