Skip to content

Commit

Permalink
Revert repo used for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
esaunders committed Jul 8, 2020
1 parent 9a4696d commit 7d42183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/release-unix.pl
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ ()

# CI makes not changes, so use http version
if ($CI) {
system ("git clone https://github.com/dannysmyda/sleuthkit.git ${CLONEDIR}");
system ("git clone https://github.com/sleuthkit/sleuthkit.git ${CLONEDIR}");
} else {
system ("git clone git\@github.com:sleuthkit/sleuthkit.git ${CLONEDIR}");
}
Expand Down

0 comments on commit 7d42183

Please sign in to comment.