Skip to content

Commit 97c1472

Browse files
committed
changes
1 parent 5a0371a commit 97c1472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netepscript.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ get_npm_version() {
1414

1515
# Función para obtener la versión de GitHub
1616
get_github_version() {
17-
curl -s https://raw.githubusercontent.com/Synergy2Dev/netepScript/main/package.json | grep -oP '"version": "\K[^"]+'
17+
curl -s https://github.com/Synergy2Devs/netepScript/blob/main/package.json | grep -oP '"version": "\K[^"]+'
1818
}
1919

2020
# Intenta obtener la versión de npm

0 commit comments

Comments
 (0)