Skip to content

Commit

Permalink
fix deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcpederson committed Apr 20, 2015
1 parent 8db07e6 commit f1dde2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ for (var key in contents) {

var orderArray = []

for (var i = group.pages.length i > 0 i--) {
for (var i = group.pages.length; i > 0; i--) {
orderArray.push(i)
}

Expand Down

0 comments on commit f1dde2a

Please sign in to comment.