atom-git-control
atom-git-control copied to clipboard
Cannot read property 'push' of undefined
when i click on 'show diff' icon, i got this error in console. when i write the same in git bash, no error occurs:
this happens only with this file - diff on any other file works as expected
Seeing the same issue, but my git doesn't output anything about line endings
~/s/v/c/c/vxl_mesos (master) $ git --no-pager diff recipes/slave.rb
diff --git a/cookbooks/vxl_mesos/recipes/slave.rb b/cookbooks/vxl_mesos/recipes/slave.rb
index 41c2cd6..5aa0300 100644
--- a/cookbooks/vxl_mesos/recipes/slave.rb
+++ b/cookbooks/vxl_mesos/recipes/slave.rb
@@ -39,6 +39,11 @@ node.set['mesos']['slave']['flags']['attributes'] = 'driver:false'
include_recipe 'mesos::slave'
+file '/etc/cron.daily/docker-cleanup' do
+ content 'docker system prune -af'
+ mode '0755'
+end
+
# register service with consul
consul_params = {
tags: [node['vxl_service']['mesos']['cluster']],
Still have this problem in 0.9.0. Compare file with CRLF line endings cause this error