Skip to content

Commit b88788d

Browse files
committed
Merge pull request #110 from KaosMcRage/check_redis_bin
Check for redis-cli binary
2 parents d548609 + a821ec9 commit b88788d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ end
1818
puts "\nCheck directories and files: "
1919

2020
config = GitlabConfig.new
21-
dirs = [config.repos_path, config.auth_file]
21+
dirs = [config.repos_path, config.auth_file, config.redis['bin']]
2222

2323
dirs.each do |dir|
2424
print "\t#{dir}: "

0 commit comments

Comments
 (0)