Skip to content

Commit

Permalink
Update README.dist.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Sep 3, 2024
1 parent f6c63cf commit 8ea1d86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.dist.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,4 @@ Download the latest release from GitHub releases page.
[//]: # (#;> SHELL)

---
Repository created using https://getscaffold.dev/ project scaffold template
_This repository was created using the [Scaffold](https://getscaffold.dev/) project template_
2 changes: 1 addition & 1 deletion tests/scaffold/_assert_init.bash
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ assert_files_present_common() {
# Assert that documentation was processed correctly.
assert_file_not_contains README.md "Generic project scaffold template"
assert_file_not_contains README.md "META"
assert_file_contains README.md "Repository created using https://getscaffold.dev/ project scaffold template"
assert_file_contains README.md "_This repository was created using the [force-crystal](https://getforce-crystal.dev/) project template_"

# Assert that .gitattributes were processed correctly.
assert_file_contains ".gitattributes" "/.editorconfig"
Expand Down

1 comment on commit 8ea1d86

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.