Skip to content

Commit 895fb4c

Browse files
committed
fix bash syntax error on make host-plugin-release
Signed-off-by: Jizhong Jiang <[email protected]>
1 parent 9740990 commit 895fb4c

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
@@ -315,7 +315,7 @@ host-plugin-release:
315315
sh scripts/v2plugin_rootfs.sh
316316
docker plugin create ${CONTIV_V2PLUGIN_NAME} install/v2plugin
317317
@echo dev: pushing ${CONTIV_V2PLUGIN_NAME} to docker hub
318-
@echo dev: (need docker login with user in contiv org)
318+
@echo dev: need docker login with user in contiv org
319319
docker plugin push ${CONTIV_V2PLUGIN_NAME}
320320

321321
# GITHUB_USER and GITHUB_TOKEN are needed be set to run github-release

0 commit comments

Comments
 (0)