Skip to content

Commit

Permalink
fix typo in docker-env.mk
Browse files Browse the repository at this point in the history
Signed-off-by: Wang Zhuo <[email protected]>
  • Loading branch information
wz14 authored and ale-linux committed Dec 14, 2021
1 parent 1f1d666 commit e50f596
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-env.mk
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ BASE_DOCKER_LABEL=org.hyperledger.fabric
# and timestamps of files when deciding if a given target needs to be rebuilt.
# Docker containers throw a wrench into the works because the output of docker
# builds do not translate into standard files that makefile rules can evaluate.
# Therefore, we have to fake it. We do this by constructioning our rules such
# Therefore, we have to fake it. We do this by constructing our rules such
# as
# my-docker-target/.dummy:
# docker build ...
Expand All @@ -47,7 +47,7 @@ BASE_DOCKER_LABEL=org.hyperledger.fabric
#
# This isn't perfect, however. For instance, someone could delete a docker
# container using docker-rmi outside of the build, and make would be fooled
# into thinking the dependency is statisfied when it really isn't. This is
# into thinking the dependency is satisfied when it really isn't. This is
# our closest approximation we can come up with.
#
# As an aside, also note that we incorporate the version number in the .dummy
Expand Down

0 comments on commit e50f596

Please sign in to comment.