Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
zyxxoo committed Dec 7, 2022
1 parent 5b02e2e commit be64385
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ public String create(@Context HugeConfig config,

/**
* Batch update steps like:
* 1. Get all newVertices' ID & combine first
* 2. Get all oldVertices & update
* 1. Get all newVertices' ID & combine first
* 2. Get all oldVertices & update
* 3. Add the final vertex together
*/
@PUT
Expand Down
2 changes: 1 addition & 1 deletion hugegraph-dist/scripts/apache-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ git archive --format=tar.gz \

# step2: copy the binary file (Optional)
# Note: it's optional for project to generate binary package (skip this step if not need)
cp -v ../../target/apache-${REPO}-incubating-"${RELEASE_VERSION}".tar.gz \
cp -v ../../apache-${REPO}-incubating-"${RELEASE_VERSION}".tar.gz \
dist/apache-${REPO} || exit

# step3: sign + hash
Expand Down

0 comments on commit be64385

Please sign in to comment.