Explorar el Código

Fix scoping bug.

master
Ben Kurtovic hace 8 años
padre
commit
d0712cac9c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      lib/kgrader/backend/svn.rb

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

@@ -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


Cargando…
Cancelar
Guardar