Skip to content

Commit 549af5a

Browse files
author
zhangjiong
committed
修正bug
1 parent a626d8f commit 549af5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etcd_setup_for_centos7.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,5 @@ mkdir -p /data/etcd/
9090
```
9191
ETCDCTL_API=3 /usr/local/bin/etcdctl put test hello
9292
93-
ETCDCTL_API=3 etcdctl get test
93+
ETCDCTL_API=3 /usr/local/bin/etcdctl get test
9494
```

0 commit comments

Comments
 (0)