Skip to content

Commit 374dc94

Browse files
authored
Update zunit.yml
1 parent 03fe775 commit 374dc94

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/zunit.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
- name: 📚 Molovo zunit
1717
run: |
1818
mkdir bin
19-
curl -fsSL https://raw.githubusercontent.com/molovo/revolver/v0.2.4/revolver > bin/revolver
20-
curl -fsSL https://raw.githubusercontent.com/molovo/color/d8f91ab5fcfceb623ae45d3333ad0e543775549c/color.zsh > bin/color
21-
curl -L https://raw.githubusercontent.com/molovo/revolver/master/revolver > bin/revolver
22-
curl -L https://raw.githubusercontent.com/molovo/color/master/color.zsh > bin/color
23-
git clone https://github.com/zunit-zsh/zunit.git zunit.git
19+
curl -fsSL https://raw.githubusercontent.com/zdharma/revolver/v0.2.4/revolver > bin/revolver
20+
curl -fsSL https://raw.githubusercontent.com/zdharma/color/d8f91ab5fcfceb623ae45d3333ad0e543775549c/color.zsh > bin/color
21+
curl -L https://raw.githubusercontent.com/zdharma/revolver/master/revolver > bin/revolver
22+
curl -L https://raw.githubusercontent.com/zdharma/color/master/color.zsh > bin/color
23+
git clone https://github.com/zdharma/zunit.git zunit.git
2424
cd zunit.git
2525
./build.zsh
2626
cd ..
@@ -47,11 +47,11 @@ jobs:
4747
- name: 📚 Molovo zunit
4848
run: |
4949
mkdir bin
50-
curl -fsSL https://raw.githubusercontent.com/molovo/revolver/v0.2.4/revolver > bin/revolver
51-
curl -fsSL https://raw.githubusercontent.com/molovo/color/d8f91ab5fcfceb623ae45d3333ad0e543775549c/color.zsh > bin/color
52-
curl -L https://raw.githubusercontent.com/molovo/revolver/master/revolver > bin/revolver
53-
curl -L https://raw.githubusercontent.com/molovo/color/master/color.zsh > bin/color
54-
git clone https://github.com/zunit-zsh/zunit.git zunit.git
50+
curl -fsSL https://raw.githubusercontent.com/zdharma/revolver/v0.2.4/revolver > bin/revolver
51+
curl -fsSL https://raw.githubusercontent.com/zdharma/color/d8f91ab5fcfceb623ae45d3333ad0e543775549c/color.zsh > bin/color
52+
curl -L https://raw.githubusercontent.com/zdharma/revolver/master/revolver > bin/revolver
53+
curl -L https://raw.githubusercontent.com/zdharma/color/master/color.zsh > bin/color
54+
git clone https://github.com/zdharma/zunit.git zunit.git
5555
cd zunit.git
5656
./build.zsh
5757
cd ..

0 commit comments

Comments
 (0)