Skip to content

Commit dc379c6

Browse files
Update script path in catalog generation comments
1 parent bda6271 commit dc379c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/update_apps_catalog.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ cluster_names=$(jq -r '[to_entries[] | .value.availability | keys[] | ascii_upca
4141
echo " - toc"
4242
echo "---"
4343
echo
44-
echo "<!-- Note: this catalog file is generated by ../scripts/update_apps_catalog.sh. Manual changes will be lost!-->"
44+
echo "<!-- Note: this catalog file is generated by tools/update_apps_catalog.sh. Manual changes will be lost!-->"
4545
echo
4646
echo "# All software and versions on RCAC clusters"
4747
echo
@@ -89,7 +89,7 @@ cluster_names=$(jq -r '[to_entries[] | .value.availability | keys[] | ascii_upca
8989
echo " - toc"
9090
echo "---"
9191
echo
92-
echo "<!-- Note: this index.md is generated by ../scripts/update_apps_catalog.sh. Manual changes will be lost!-->"
92+
echo "<!-- Note: this index.md is generated by tools/update_apps_catalog.sh. Manual changes will be lost!-->"
9393
echo
9494
echo "# Software and versions on RCAC clusters"
9595
echo

0 commit comments

Comments
 (0)