Skip to content

Commit 4b73cca

Browse files
committed
Comment typo fix in release script
1 parent 87d28a1 commit 4b73cca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ done
1616
git checkout master
1717
git fetch && git rebase origin
1818

19-
# Update the version number in rf_protocol_validator.py
19+
# Update the version number in api_emulator/version.py
2020
sed -i -E 's/__version__ = .+/__version__ = '\'$1\''/' api_emulator/version.py
2121

2222
# Update the change log file

0 commit comments

Comments
 (0)