This is an automated email from the ASF dual-hosted git repository.

jermy pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-hugegraph-toolchain.git


The following commit(s) were added to refs/heads/master by this push:
     new f5cce26b fix spark loader sh error (#402)
f5cce26b is described below

commit f5cce26b9bfc0fe0675ab03a943a9b4af4b08222
Author: YangJiaqi <[email protected]>
AuthorDate: Mon Dec 26 22:40:06 2022 +0800

    fix spark loader sh error (#402)
---
 hugegraph-loader/assembly/static/bin/hugegraph-spark-loader.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hugegraph-loader/assembly/static/bin/hugegraph-spark-loader.sh 
b/hugegraph-loader/assembly/static/bin/hugegraph-spark-loader.sh
index fc258eea..99d7c51f 100755
--- a/hugegraph-loader/assembly/static/bin/hugegraph-spark-loader.sh
+++ b/hugegraph-loader/assembly/static/bin/hugegraph-spark-loader.sh
@@ -1,4 +1,4 @@
-)`:
+#!/bin/bash
 #
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with

Reply via email to