Skip to content

Commit

Permalink
Fix replace string
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaerlocher committed Jun 7, 2023
1 parent ee27d97 commit 684f792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .milk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ searchreplace:
- regwxp: (^\s*[$]*MUImspChecksum\s*=\s*)('.*')
replace: "$MUImspChecksum = '{{ file_hash }}'"
- regwxp: (^\s*[$]*MUImspChecksum64\s*=\s*)('.*')
replace: '$MUImspChecksum64 = "{{ file64_hash | default() }}"'
replace: "$MUImspChecksum64 = '{{ file64_hash | default() }}'"

# readme to description
readme:
Expand Down

0 comments on commit 684f792

Please sign in to comment.