Skip to content

Commit

Permalink
Syntax typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Ngai committed Sep 27, 2023
1 parent 57a92a0 commit 2a81c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ pygeoapi openapi generate ${PYGEOAPI_CONFIG} --output-file ${PYGEOAPI_OPENAPI}
if [ $? -ne 0 ]; then
error "OpenAPI document could not be generated ERROR"
echo "Using default OpenAPI document"
DEFAULT_PYGEOAPI_OPENAPI=`echo $PYGEOAPI_CONFIG | sed 's/deploy\/nightly/deploy/\default/'
DEFAULT_PYGEOAPI_OPENAPI=`echo $PYGEOAPI_CONFIG | sed 's/deploy\/nightly/deploy/\default/'`
cp $DEFAULT_PYGEOAPI_OPENAPI $PYGEOAPI_OPENAPI
fi

Expand Down

0 comments on commit 2a81c54

Please sign in to comment.