Skip to content

Commit 61865e9

Browse files
committed
Fix a typo in commit message in prepare_release.sh
1 parent c984842 commit 61865e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prepare_release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ setup_new_release_branch() {
119119

120120
git checkout -b "$release_branch"
121121
git add "${cwd}/.github/README.md" "$sqlcipher_path"
122-
git commit -m "DuckDuckGo GRDB.swift ${new_version} (GRDB ${upstream-version}, SQLCipher ${sqlcipher_version})"
122+
git commit -m "DuckDuckGo GRDB.swift ${new_version} (GRDB ${upstream_version}, SQLCipher ${sqlcipher_version})"
123123

124124
cat <<- EOF
125125

0 commit comments

Comments
 (0)