Skip to content

Commit 18b90d1

Browse files
Merge pull request #49 from Guangzhen-Jin/Guangzhen-Jin-patch-1
Update script path in catalog generation comments
2 parents bda6271 + dc379c6 commit 18b90d1

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)