We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a0371a commit 97c1472Copy full SHA for 97c1472
netepscript.sh
@@ -14,7 +14,7 @@ get_npm_version() {
14
15
# Función para obtener la versión de GitHub
16
get_github_version() {
17
- curl -s https://raw.githubusercontent.com/Synergy2Dev/netepScript/main/package.json | grep -oP '"version": "\K[^"]+'
+ curl -s https://github.com/Synergy2Devs/netepScript/blob/main/package.json | grep -oP '"version": "\K[^"]+'
18
}
19
20
# Intenta obtener la versión de npm
0 commit comments