Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
bonolota committed May 17, 2024
1 parent b14d43d commit 53e14cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docx-from-gsheet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ PYTHON=python3

# json-from-gsheet
pushd ./gsheet-to-json/src
# ${PYTHON} json-from-gsheet.py --config "../conf/config.yml" --gsheet ${DOCUMENT}
${PYTHON} json-from-gsheet.py --config "../conf/config.yml" --gsheet ${DOCUMENT}

if [ ${?} -ne 0 ]; then
popd && exit 1
Expand Down

0 comments on commit 53e14cf

Please sign in to comment.