Skip to content

Commit b72ad1c

Browse files
committed
Fix AWS CLI S3 bucket download example temp directory name to correct one in Sphinx docs Setup section.
1 parent 15e0fed commit b72ad1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/setup.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ download the GeoTIFF imagery from EarthExplorer, or from the Esri-maintained `AW
382382
:caption: Example: Downloading a NAIP imagery product from the AWS S3 bucket
383383
384384
cd ~/gisnav-docker
385-
mkdir -p tmp/
385+
mkdir -p mapfiles/
386386
aws s3 cp \
387387
--request-payer requester \
388388
s3://naip-source/ca/2020/60cm/rgbir_cog/37122/m_3712230_se_10_060_20200524.tif \

0 commit comments

Comments
 (0)