You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by bu...@apache.org on 2017/11/01 15:45:40 UTC

hbase git commit: addendum

Repository: hbase
Updated Branches:
  refs/heads/HBASE-19124 d8a7b7b39 -> cc0b4ea1f


addendum


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/cc0b4ea1
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/cc0b4ea1
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/cc0b4ea1

Branch: refs/heads/HBASE-19124
Commit: cc0b4ea1f72af2540b3437166233d85ffb9ccd22
Parents: d8a7b7b
Author: Sean Busbey <bu...@apache.org>
Authored: Wed Nov 1 10:45:06 2017 -0500
Committer: Sean Busbey <bu...@apache.org>
Committed: Wed Nov 1 10:45:06 2017 -0500

----------------------------------------------------------------------
 dev-support/hbase_nightly_source-artifact.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/cc0b4ea1/dev-support/hbase_nightly_source-artifact.sh
----------------------------------------------------------------------
diff --git a/dev-support/hbase_nightly_source-artifact.sh b/dev-support/hbase_nightly_source-artifact.sh
index 2b64d13..4e4c6a2 100755
--- a/dev-support/hbase_nightly_source-artifact.sh
+++ b/dev-support/hbase_nightly_source-artifact.sh
@@ -50,7 +50,7 @@ do
     --intermediate-file-dir) shift; working_dir=$1; shift;;
     --) shift; break;;
     -*) usage ;;
-    *)  break;;	# terminate while loop
+    *)  break;;  # terminate while loop
   esac
 done