Skip to content

Commit 064fa47

Browse files
Fix typo
Signed-off-by: Lukasz Gryglicki <[email protected]> Assisted by [OpenAI](https://platform.openai.com/) Assisted by [GitHub Copilot](https://github.com/features/copilot)
1 parent 50ba65c commit 064fa47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/delete_user_repository_project_signature.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ then
77
fi
88
if [ -z "$1" ]
99
then
10-
echo "$0: you need to provide the repositiry name, for example: 'mlehotskylf-org2/easycla-dev'"
10+
echo "$0: you need to provide the repository name, for example: 'mlehotskylf-org2/easycla-dev'"
1111
exit 1
1212
fi
1313
REPO_NAME=$1

0 commit comments

Comments
 (0)