Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
missed e
  • Loading branch information
3ancho committed Jul 24, 2012
1 parent 2494d9c commit ce79c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/chef/jenkins.rb
Expand Up @@ -120,7 +120,7 @@ def read_last_commit(path=Chef::Config[:jenkins][:repo_dir])
def commit_changes(cookbook_list=[])
begin
@git.commit("#{cookbook_list.length} cookbooks patch levels updated by Chef Jenkins\n\n" + cookbook_list.join("\n"), :add_all => true)
rescue Git::GitExecuteError =>
rescue Git::GitExecuteError => e
Chef::Log.debug("No thing to commit")
end
end
Expand Down

0 comments on commit ce79c67

Please sign in to comment.