Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
yeshan333 committed Apr 8, 2024
1 parent 4d7aab8 commit a8465b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: add vfox-etcd plugin
run: |
vfox add --source https://github.com/yeshan333/vfox-etcd/archive/refs/heads/main.zip etcd
vfox add --source https://github.com/version-fox/vfox-etcd/archive/refs/heads/main.zip etcd
- name: install Etcd by vfox-etcd plugin (Linux)
if: runner.os == 'Linux'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Etcd [vfox](https://github.com/version-fox) plugin. Use the vfox to manage multi

```shell
# install plugin
vfox add --source https://github.com/yeshan333/vfox-etcd/archive/refs/heads/main.zip etcd
vfox add --source https://github.com/version-fox/vfox-etcd/archive/refs/heads/main.zip etcd

# install an available version
vofx search etcd
Expand Down
2 changes: 1 addition & 1 deletion lib/etcd_utils.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ local etcd_utils = {}

function etcd_utils.get_etcd_release_verions()
local resp, err = http.get({
url = "https://fastly.jsdelivr.net/gh/yeshan333/vfox-etcd@main/assets/versions.txt"
url = "https://fastly.jsdelivr.net/gh/version-fox/vfox-etcd@main/assets/versions.txt"
})
local result = {}
for version in string.gmatch(resp.body, '([^\n]+)') do
Expand Down

0 comments on commit a8465b5

Please sign in to comment.