Skip to content

Commit 6f0a735

Browse files
rhomlantirez
authored andcommitted
Add redis-sentinel symlink to a relative path
1 parent 902b877 commit 6f0a735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,4 +251,4 @@ install: all
251251
$(REDIS_INSTALL) $(REDIS_CLI_NAME) $(INSTALL_BIN)
252252
$(REDIS_INSTALL) $(REDIS_CHECK_DUMP_NAME) $(INSTALL_BIN)
253253
$(REDIS_INSTALL) $(REDIS_CHECK_AOF_NAME) $(INSTALL_BIN)
254-
@ln -sf $(INSTALL_BIN)/$(REDIS_SERVER_NAME) $(INSTALL_BIN)/$(REDIS_SENTINEL_NAME)
254+
@ln -sf $(REDIS_SERVER_NAME) $(INSTALL_BIN)/$(REDIS_SENTINEL_NAME)

0 commit comments

Comments
 (0)