Skip to content
This repository was archived by the owner on Aug 8, 2025. It is now read-only.

Commit ec70981

Browse files
committed
corrected link to repo in README, references #7
1 parent 8c85169 commit ec70981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ find "$FULL_DEST_FOLDER" -type f -exec sed -i "s/ktorbase/$ARTIFACT_ID/g" {} +
9090

9191
echo "Fresh README.md ..."
9292
echo "# $ARTIFACT_ID" > "$FULL_DEST_FOLDER/README.md"
93-
echo "This project is based on ktorbase (see https://github.com/linked-planet/ktorbase for more details)."
93+
echo "This project is based on ktorbase (see https://github.com/linked-planet/ktorbase for more details)." >> "$FULL_DEST_FOLDER/README.md"
9494

9595
echo "Done! Have fun hakking! Remember to read the SICP!! :-)"
9696
echo "https://cpsc.yale.edu/epigrams-programming"

0 commit comments

Comments
 (0)