Skip to content

Commit

Permalink
#1376: fixed typo (#1377)
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-vcapgemini committed Jan 16, 2024
1 parent d6588e1 commit a7769d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/src/main/resources/scripts/functions
Original file line number Diff line number Diff line change
Expand Up @@ -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%#*}"
Expand Down

0 comments on commit a7769d0

Please sign in to comment.