diff options
author | marekm72 <35698605+marekm72@users.noreply.github.com> | 2024-07-10 02:26:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-10 02:26:34 +0200 |
commit | 5346445c4dbdebefef73275170d9c4ad6126e719 (patch) | |
tree | 9062c99d04599b62aac11d39d0f0cfe1e23052a4 | |
parent | e816a9a11f31f4809e1c2f75ed42192327f7094b (diff) | |
download | vyos-jenkins-5346445c4dbdebefef73275170d9c4ad6126e719.tar.gz vyos-jenkins-5346445c4dbdebefef73275170d9c4ad6126e719.zip |
Fix typo
-rwxr-xr-x | extras/mirror/vyos-github-mirror.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/mirror/vyos-github-mirror.sh b/extras/mirror/vyos-github-mirror.sh index 1950e30..1366c97 100755 --- a/extras/mirror/vyos-github-mirror.sh +++ b/extras/mirror/vyos-github-mirror.sh @@ -19,7 +19,7 @@ while [ $page -le 1000 ] do echo "Processing page $page" - path="$datadir/repos-$page.json" + path="$dataDir/repos-$page.json" curl -sS --fail-with-body "https://api.github.com/orgs/vyos/repos?per_page=50&page=$page" -o "$path" emptyPage=true |