Explorar el Código

Script typo

master
The Dod hace 1 día
padre
commit
1b92190482
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      install.sh

+ 1
- 1
install.sh Ver fichero

@@ -1,5 +1,5 @@
1 1
 #!/bin/bash
2
-cd "$(basename "$0")"
2
+cd "$(dirname "$0")"
3 3
 virtualenv venv
4 4
 source venv/bin/activate
5 5
 pip install -r requirements.txt

Loading…
Cancelar
Guardar