mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 16:54:56 +02:00
remove unnecessary whitespace from tools/release.sh
This commit is contained in:
committed by
Brad Warren
parent
91f4b2b571
commit
0e735e360c
+2
-2
@@ -88,9 +88,9 @@ SetVersion() {
|
||||
sed -i "s/^version.*/version = '$ver'/" $pkg_dir/setup.py
|
||||
done
|
||||
sed -i "s/^__version.*/__version__ = '$ver'/" certbot/__init__.py
|
||||
|
||||
|
||||
# interactive user input
|
||||
git add -p certbot $SUBPKGS certbot-compatibility-test
|
||||
git add -p certbot $SUBPKGS certbot-compatibility-test
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user