Skip to content

Commit

Permalink
FIX wrong label for views report
Browse files Browse the repository at this point in the history
Thanks copy/paste!
  • Loading branch information
oelmekki committed Nov 14, 2016
1 parent cb0ff43 commit 48485bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func LoadViews() ( err error ) {
}
}

Report( "triggers", successfulCount, len( Cfg.ViewFiles ), errors )
Report( "views", successfulCount, len( Cfg.ViewFiles ), errors )

return
}
Expand Down

0 comments on commit 48485bc

Please sign in to comment.