Skip to content

Commit ac3d4cc

Browse files
author
Alexander Matyushentsev
authored
fix: correct package name in Makefile (argoproj#5960)
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
1 parent 24b2cac commit ac3d4cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PACKAGE=github.com/argoproj/argo-cd/common
1+
PACKAGE=github.com/argoproj/argo-cd/v2/common
22
CURRENT_DIR=$(shell pwd)
33
DIST_DIR=${CURRENT_DIR}/dist
44
CLI_NAME=argocd

0 commit comments

Comments
 (0)