Skip to content

Commit

Permalink
ninja-fix site-content/docker-entrypoint.sh pushd line change
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsembwever committed Feb 24, 2025
1 parent 2fefee9 commit 06dcbd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site-content/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ generate_cassandra_versioned_docs() {
git add .
git commit -m "Automated commit: Generated nodetool and configuration documentation for version ${doc_version}." || log_message "INFO" "No new changes to commit."
fi
popd > /dev/null
done
popd > /dev/null
}

string_to_json() {
Expand Down

0 comments on commit 06dcbd3

Please sign in to comment.