Skip to content

Commit

Permalink
DEVX-911
Browse files Browse the repository at this point in the history
fix variable name typo
  • Loading branch information
sheaphillips committed Nov 30, 2023
1 parent dc34b8b commit 23f0582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ then
--awsBucketRootPath "$TECHDOCS_S3_DEV_ROOT_PATH"

# only publish to prod (root) folder of bucket if PRODUCTION input is true
if [ "$IMPUT_PRODUCTION" == "true" ]
if [ "$INPUT_PRODUCTION" == "true" ]
then
echo "Publishing TechDocs to PROD..."
techdocs-cli publish --publisher-type awsS3 \
Expand Down

0 comments on commit 23f0582

Please sign in to comment.