Skip to content

Commit

Permalink
modify kosmos go package
Browse files Browse the repository at this point in the history
Signed-off-by: wuyingjun <[email protected]>
  • Loading branch information
wuyingjun-lucky committed Oct 20, 2023
1 parent aedba1f commit 213e5a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -o pipefail

# This script holds common bash variables and utility functions.

CLUSTERLINK_GO_PACKAGE="github.com/kosmos.io/kosmos"
KOSMOS_GO_PACKAGE="github.com/kosmos.io/kosmos"



Expand Down Expand Up @@ -466,7 +466,7 @@ function util:create_gopath_tree() {
local repo_root=$1
local go_path=$2

local go_pkg_dir="${go_path}/src/${CLUSTERLINK_GO_PACKAGE}"
local go_pkg_dir="${go_path}/src/${KOSMOS_GO_PACKAGE}"
go_pkg_dir=$(dirname "${go_pkg_dir}")

mkdir -p "${go_pkg_dir}"
Expand Down

0 comments on commit 213e5a5

Please sign in to comment.