Skip to content

Commit

Permalink
Fixed wrong reference to current folder
Browse files Browse the repository at this point in the history
  • Loading branch information
luisbelloch committed Feb 8, 2018
1 parent 5d2d9a1 commit dc917c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assignments/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ $ ./test.sh
También es posible lanzar `bash` o `pyspark` para hacer comprobaciones manualmente:

```
$ docker run -v $(PWD):/opt/tests/assigments -ti luisbelloch/spark-assignments /bin/bash
$ docker run -v $(pwd):/opt/tests/assigments -ti luisbelloch/spark-assignments /bin/bash
```

### Ejecución local de pruebas
Expand Down

0 comments on commit dc917c7

Please sign in to comment.