sync_templates_and_ci: removed extraneous ' in comment

This commit is contained in:
Vítor Galvão
2016-11-16 16:04:21 +00:00
committed by GitHub
parent 8115771bb0
commit cbcbcd0684
+1 -1
View File
@@ -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}"