Skip to content

Commit eeef040

Browse files
committed
Merge pull request #1008 from itsmeduncan/makefile-fix-spacing-fleetctl-tunnel-issue
fix(Makefile): Information about missing FLEETCTL_TUNNEL
2 parents 1714dd2 + 3e1708c commit eeef040

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ifndef FLEETCTL
77
endif
88

99
ifndef FLEETCTL_TUNNEL
10-
$(error You need to set FLEETCTL_TUNNEL to the IP address of a server in the cluster.)
10+
$(error You need to set FLEETCTL_TUNNEL to the IP address of a server in the cluster.)
1111
endif
1212

1313
ifndef DEIS_NUM_INSTANCES

0 commit comments

Comments
 (0)