From e9c2de89c114272fae337c19b5d6078080c8992b Mon Sep 17 00:00:00 2001 From: Hideki Sekine Date: Tue, 14 Aug 2018 22:54:56 +0900 Subject: [PATCH] shorten the url to fix tidy error. --- src/test/run-make/git_clone_sha1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/run-make/git_clone_sha1.sh b/src/test/run-make/git_clone_sha1.sh index 46ffd7eb1458..626e4e427612 100644 --- a/src/test/run-make/git_clone_sha1.sh +++ b/src/test/run-make/git_clone_sha1.sh @@ -6,7 +6,7 @@ # all arguments are required. # # See below link for git usage: -# https://stackoverflow.com/questions/3489173/how-to-clone-git-repository-with-specific-revision-changeset/14091182#14091182 +# https://stackoverflow.com/questions/3489173#14091182 # Mandatory arguments: PROJECT_NAME=$1