Skip to content

Commit b12d2c7

Browse files
committed
🐛 FIX: wrong link
1 parent d6808d5 commit b12d2c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update_template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
curl https://raw.githubusercontent.com/TechWiz-3/pygnore/main/Python.gitignore > ~/.pygnore
3+
curl https://raw.githubusercontent.com/TechWiz-3/pygnore-cli/main/Python.gitignore > ~/.pygnore
44

55
if [[ $? == 0 ]]
66
then

0 commit comments

Comments
 (0)