We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac6e944 commit 384c21dCopy full SHA for 384c21d
_release.sh
@@ -3,8 +3,8 @@
3
cd /home/gituser/netmiko/
4
echo
5
6
-VERSION=`cat netmiko/__init__.py | grep version | sed "s/^__version__ = '//"`
7
-VERSION=`echo $VERSION | sed "s/'$//"`
+VERSION=`cat netmiko/__init__.py | grep version | sed "s/^__version__ = \"//"`
+VERSION=`echo $VERSION | sed "s/\"$//"`
8
PACKAGE=`echo 'netmiko-'$VERSION'.tar.gz'`
9
DIR_PACKAGE=`echo './dist/'$PACKAGE`
10
echo -n "New Version is: "
0 commit comments