Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 1bc5aeb

Browse files
Missing variable declaration
1 parent 4c3e001 commit 1bc5aeb

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

octorun/src/bin/app-organizations.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ try {
1616
output.error(error);
1717
}
1818
else {
19-
results = [];
19+
var results = [];
2020
for (var i = 0; i < result.length; i++) {
2121
results.push(result[i].name);
2222
results.push(result[i].login);

octorun/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
560d8963
1+
8bc23505

src/GitHub.Api/Installer/OctorunInstaller.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public class OctorunInstallDetails
102102
public const string DefaultZipMd5Url = "https://ghfvs-installer.github.com/unity/octorun/octorun.zip.md5";
103103
public const string DefaultZipUrl = "https://ghfvs-installer.github.com/unity/octorun/octorun.zip";
104104

105-
public const string PackageVersion = "560d8963";
105+
public const string PackageVersion = "8bc23505";
106106
private const string PackageName = "octorun";
107107
private const string zipFile = "octorun.zip";
108108

src/GitHub.Api/Resources/octorun.zip

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:30effaa61535bb2456a2bbbd1fcfa506f22446da329a0df2a3bb9b1c1a4a9b22
3-
size 211928
2+
oid sha256:c56b2f70a9449004489117844e6894a4541001ed20a6fb63bfc9aeacfd419010
3+
size 211930

0 commit comments

Comments
 (0)