Ver código fonte

Fix scoping bug.

master
Ben Kurtovic 8 anos atrás
pai
commit
d0712cac9c
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      lib/kgrader/backend/svn.rb

+ 1
- 1
lib/kgrader/backend/svn.rb Ver arquivo

@@ -24,7 +24,7 @@ module KGrader::Backend
@password = STDIN.noecho(&:gets).chomp
puts
unless test_okay url
raise SVNError, "bad password or other network issues"
raise KGrader::SVNError, "bad password or other network issues"
end
end
end


Carregando…
Cancelar
Salvar