Skip to content

Commit

Permalink
Update site.coffee
Browse files Browse the repository at this point in the history
  • Loading branch information
koenbok committed Mar 11, 2017
1 parent 8774421 commit 4c68120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/site.coffee
Expand Up @@ -24,7 +24,7 @@ main = ->
exec "git config --local --get remote.origin.url", (err, output) ->
output = output.trim()
if output != "git@github.com:koenbok/framer.git"
throw Error("Not the right repo!", output)
throw Error("Not the right repo: '#{output}'")
_main()

_main = ->
Expand Down

0 comments on commit 4c68120

Please sign in to comment.