Navigation Menu

Skip to content

Commit

Permalink
Making the matches lowercase as well, fixing the build
Browse files Browse the repository at this point in the history
  • Loading branch information
nvh committed Mar 20, 2017
1 parent d778b25 commit 8b3d89a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/site.coffee
Expand Up @@ -25,8 +25,8 @@ main = ->
output = output.trim()
output = output.toLowerCase()
if output not in [
"git@github.com:koenbok/framer.git",
"https://github.com/koenbok/Framer.git"]
"git@github.com:koenbok/framer.git",
"https://github.com/koenbok/framer.git"]
throw Error("Not the right repo: '#{output}'")
_main()

Expand Down

0 comments on commit 8b3d89a

Please sign in to comment.