Skip to content

Commit

Permalink
sync_templates_and_ci: add drivers repo (Homebrew#29357)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorgalvao authored Jan 24, 2017
1 parent ca99ff9 commit 7c96849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion developer/bin/sync_templates_and_ci
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
readonly caskroom_online='https://github.com/caskroom'
readonly caskroom_repos_dir="$(mktemp -d)"
readonly main_repo_dir="$(mktemp -d)" # From where files will be copied
readonly caskroom_repos=(homebrew-versions homebrew-fonts homebrew-eid) # homebrew-cask is absent since it's the repo all the others are compared against
readonly caskroom_repos=(homebrew-versions homebrew-fonts homebrew-eid homebrew-drivers) # homebrew-cask is absent since it's the repo all the others are compared against

function message {
echo "${1}"
Expand Down

0 comments on commit 7c96849

Please sign in to comment.