Skip to content

Commit

Permalink
fix: Correct makefile network reference
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasdutraf authored Apr 8, 2021
1 parent d4f355c commit cfceb49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SHELL := /bin/bash # Use bash syntax
CURRENT_DIR := $(shell pwd)
RUNNING_NETWORK := $(shell sudo docker network ls -f name=lendit | grep lendit )
RUNNING_NETWORK := $(shell sudo docker network ls -f name=lendit_gateway | grep lendit_gateway )


build:
Expand Down

0 comments on commit cfceb49

Please sign in to comment.