Skip to content

Commit 55459ad

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 0ddd81e commit 55459ad

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
@@ -81,7 +81,7 @@ multiarch_netdump: ## Makes a moosefs-netdump multi-architecture docker image fo
8181
docker pull ${HUB_USER}/moosefs-netdump:latest
8282

8383
local: local_all ## Make images for whatever architecture you're running on, but does not push to docker hub
84-
local_all: local_cgiserver local_chunkserver local_cli local_master local_metalogger local_netdump local_base
84+
local_all: local_cgiserver local_chunkserver local_cli local_master local_metalogger local_netdump local_base
8585

8686
multiarch_images: multiarch ## Builds multi-architecture docker images for all the services and pushes them to docker hub
8787
multiarch: multiarch_cgiserver \

0 commit comments

Comments
 (0)