Skip to content

Commit a677796

Browse files
author
J-A Neyret
committed
Fix typo error on the open-ocpp image name.
1 parent d4f0fde commit a677796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ $(CLANG_NATIVE_BUILD_DIR)/Makefile:
9797

9898

9999
DOCKER_BUILD=docker build --build-arg http_proxy="${http_proxy}" --build-arg https_proxy="${https_proxy}" --build-arg no_proxy="${no_proxy}" --build-arg uid=$$(id -u) --build-arg gid=$$(id -g)
100-
DOCKER_SIMULATOR_IMAGE=open-occp-cp-simulator
100+
DOCKER_SIMULATOR_IMAGE=open-ocpp-cp-simulator
101101
docker-build-images: docker-build-simu-compile docker-build-cp-simulator
102102

103103
docker-build-simu-compile:

0 commit comments

Comments
 (0)