From 22dfff61091e67cd821486216ae8ea364546ff6f Mon Sep 17 00:00:00 2001 From: jan-vcapgemini <59438728+jan-vcapgemini@users.noreply.github.com> Date: Mon, 15 Jan 2024 17:20:46 +0100 Subject: [PATCH] #1376 fixed typo --- scripts/src/main/resources/scripts/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/src/main/resources/scripts/functions b/scripts/src/main/resources/scripts/functions index 712cd08fb..d798600d4 100755 --- a/scripts/src/main/resources/scripts/functions +++ b/scripts/src/main/resources/scripts/functions @@ -1243,7 +1243,7 @@ function doGitPullOrClone() { then git_opts="-q" else - doEcho "Cloning git repositroy from ${url}" + doEcho "Cloning git repository from ${url}" fi local branch="${url/*#/}" url="${url%#*}"