James Moger
2014-06-03 496532ac22430950a5e8973a7942a51bfd6b39e5
src/main/java/com/gitblit/wicket/pages/NewRepositoryPage.java
@@ -130,7 +130,7 @@
               if (addGitignore) {
                  gitignore = gitignoreModel.getObject();
                  if (StringUtils.isEmpty(gitignore)) {
                     throw new GitBlitException("Please select a .gitignore file");
                     throw new GitBlitException(getString("gb.pleaseSelectGitIgnore"));
                  }
               }