Skip to content

Commit

Permalink
sync_templates_and_ci: removed extraneous ' in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorgalvao authored Nov 16, 2016
1 parent 8115771 commit cbcbcd0
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-cask is absent since it's the repo all the others are compared against

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

0 comments on commit cbcbcd0

Please sign in to comment.