浏览代码

Fix typo

master
Ray Burgemeestre 5 个月前
父节点
当前提交
737b2976fb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      redis-plus-plus/Makefile

+ 1
- 1
redis-plus-plus/Makefile 查看文件

@@ -7,7 +7,7 @@ ubuntu2204:
git clone -b v1.1.0 https://github.com/redis/hiredis || true
bash ../ubuntu2204.sh make hiredis

git clone -b 1.3. https://github.com/sewenew/redis-plus-plus || true
git clone -b 1.3.6 https://github.com/sewenew/redis-plus-plus || true
bash ../ubuntu2204.sh make redis-plus-plus

make package-ubuntu2204

正在加载...
取消
保存