Skip to content

Commit 83f2abc

Browse files
authored
fix: remove duplicate word in generated config (#572)
* fix: remove duplicate word in generated config * docs: update changelog
1 parent ad9bed0 commit 83f2abc

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
## [Unreleased]
99
Changes since the last non-beta release.
1010

11+
### Fixed
12+
13+
- Remove duplicate word in comment from generated `shakapacker.yml` config [PR 572](https://github.com/shakacode/shakapacker/pull/572) by [G-Rath](https://github.com/g-rath).
14+
1115
## [v8.3.0] - April 25, 2025
1216
### Added
1317

lib/install/config/shakapacker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ default: &default
4242
# Raises an error if there is a mismatch in the shakapacker gem and npm package being used
4343
ensure_consistent_versioning: true
4444

45-
# Select whether the compiler will use SHA digest ('digest' option) or most most recent modified timestamp ('mtime') to determine freshness
45+
# Select whether the compiler will use SHA digest ('digest' option) or most recent modified timestamp ('mtime') to determine freshness
4646
compiler_strategy: digest
4747

4848
# Select whether the compiler will always use a content hash and not just in production

0 commit comments

Comments
 (0)