Skip to content

Commit d602d16

Browse files
committed
readme fix
1 parent f9b18fc commit d602d16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ To create a new official version of a Python GeoLambda Docker image for publicat
6969
From this directory:
7070

7171
```
72-
$ VERSION=${cat ../VERSION}
72+
$ VERSION=$(cat ../VERSION)
7373
$ docker build . --build-arg VERSION=${VERSION} -t developmentseed/geolambda:${VERSION}-python36
7474
```
7575

0 commit comments

Comments
 (0)