Skip to content

Commit 7952ef8

Browse files
committed
Added comment for update_version.sh.
1 parent d02263d commit 7952ef8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

update_version.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/sh
2+
# The script is meant for SDK release on Github. You need write permission on https://github.com/dropbox/dropbox-sdk-python to run this script properly.
23

34
if [ -z $1 ]; then
45
echo "error: $0 needs a version number as argument.";

0 commit comments

Comments
 (0)