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 not send notifies when file edited #169

Merged
merged 1 commit into from
Oct 8, 2015

Conversation

kurochan
Copy link
Contributor

@kurochan kurochan commented Oct 7, 2015

not sent notifies following example.

file "/path/to/file" do
  action :edit
  block do |content|
    content.gsub!("world", "Itamae")
  end
  notifies :run, "execute[echo 1 >> /tmp/file_edit_notifies]"
end

@ryotarai
Copy link
Member

ryotarai commented Oct 8, 2015

Good catch! Thank you.

ryotarai added a commit that referenced this pull request Oct 8, 2015
Fix not send notifies when file edited
@ryotarai ryotarai merged commit 8518d86 into itamae-kitchen:master Oct 8, 2015
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.

2 participants