From cbcbcd068452462b8d611c146696ddc07d8131a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Galv=C3=A3o?= Date: Wed, 16 Nov 2016 16:04:21 +0000 Subject: [PATCH] sync_templates_and_ci: removed extraneous ' in comment --- developer/bin/sync_templates_and_ci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer/bin/sync_templates_and_ci b/developer/bin/sync_templates_and_ci index b46d812659..414a1ad19d 100755 --- a/developer/bin/sync_templates_and_ci +++ b/developer/bin/sync_templates_and_ci @@ -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}"