Skip to content

Commit 0e23720

Browse files
committed
Fixed a cut & paste error
1 parent da859e6 commit 0e23720

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/launchableinc/ingest/commits/CommitGraphCollector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ public void transfer(URL service, Authenticator authenticator, boolean enableTim
211211
if (dryRun) {
212212
return;
213213
}
214-
handleError(latestUrl, client.execute(request));
214+
handleError(url, client.execute(request));
215215
} catch (IOException e) {
216216
throw new UncheckedIOException(e);
217217
}

0 commit comments

Comments
 (0)