Skip to content

Commit 019a654

Browse files
author
Roderik van der Veer
committed
Merge pull request #18 from rubbish/patch-1
Setting enable_checkout to false
2 parents 51c933e + b3214e7 commit 019a654

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

recipes/projects.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
git "#{node['etc']['passwd'][node['current_user']]['dir']}/#{node['dotfiles']['project_dir']}/#{folder}" do
1212
repository repo
1313
enable_submodules true
14+
enable_checkout false
1415
action :checkout
1516
user node['current_user']
1617
end

0 commit comments

Comments
 (0)