Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
Exclude config folder from updates. (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkinzer authored and acouch committed Nov 4, 2016
1 parent a8d8cc0 commit 0eff0c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ahoy/site/build.ahoy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ commands:
mv config .config
rm -rf * .ahoy .ahoy.yml .github .probo.public.yml .probo.yml
# You can rsync now
rsync -av --exclude=.git .dkan_starter/. ./
rsync -av --exclude=.git --exclude=config .dkan_starter/. ./
rm -rf config
mv .config config
rm -rf .dkan_starter
Expand Down

0 comments on commit 0eff0c7

Please sign in to comment.