Skip to content

Commit f0ecc06

Browse files
committed
Reference correct exception variable name.
1 parent 37810d7 commit f0ecc06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/hudson/plugins/git/GitSCM.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,7 @@ public Revision invoke(File localWorkspace, VirtualChannel channel)
990990
"Problem fetching from " + remoteRepository.getName()
991991
+ " / " + remoteRepository.getName()
992992
+ " - could be unavailable. Continuing anyway.");
993-
listener.error(" (Underlying report) : " + ex.getMessage());
993+
listener.error(" (Underlying report) : " + e.getMessage());
994994

995995
}
996996
}

0 commit comments

Comments
 (0)