Skip to content

Commit

Permalink
update to canonical webgrind repo
Browse files Browse the repository at this point in the history
- we were using a fork that had a fix for a utf-8 error,
  but that repo was removed and the official lib merged
  the patch.
  • Loading branch information
ezekg committed Mar 12, 2017
1 parent 5db02e1 commit 83c8deb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion berks-cookbooks/graft/recipes/webgrind.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
cwd "/tmp"
code <<-SHELL
if [ ! -d /srv/www/default/webgrind ]; then
composer create-project rovangju/webgrind /srv/www/default/webgrind
composer create-project jokkedk/webgrind /srv/www/default/webgrind
fi
SHELL
end
2 changes: 1 addition & 1 deletion cookbooks/graft/recipes/webgrind.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
cwd "/tmp"
code <<-SHELL
if [ ! -d /srv/www/default/webgrind ]; then
composer create-project rovangju/webgrind /srv/www/default/webgrind
composer create-project jokkedk/webgrind /srv/www/default/webgrind
fi
SHELL
end

0 comments on commit 83c8deb

Please sign in to comment.