Skip to content

Commit

Permalink
Merge pull request #8819 from ministryofjustice/feature/update-member…
Browse files Browse the repository at this point in the history
…-info-script

Fix function call error by renaming `extract_service_info` to `extract_member_readme_info`
  • Loading branch information
sukeshreddyg authored Dec 31, 2024
2 parents 091e8d9 + 4fe4bdd commit 89f9cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/internal/modernisation-member-information.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ for json_file in "$JSON_DIR"/*.json; do

readme_path="$README_REPO_DIR/$base_app_name/README.md"

service_info=$(extract_service_info "$readme_path")
service_info=$(extract_member_readme_info "$readme_path")
incident_hours=$(echo "$service_info" | cut -d'|' -f1)
incident_contact_details=$(echo "$service_info" | cut -d'|' -f2)

Expand Down

0 comments on commit 89f9cb8

Please sign in to comment.