Skip to content

Commit 81f02b3

Browse files
committed
chore: fix typo in script
Signed-off-by: Pierre-Yves Lapersonne <[email protected]>
1 parent 976d989 commit 81f02b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

toolbox/gitlab/GitLabWizard.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# Description.........: Received from arguments a feature to launch.
1515

1616
#set -euxo pipefail
17-
VERSION="1.0.0"
17+
VERSION="1.0.1"
1818

1919
# Common files
2020
# ------------
@@ -40,7 +40,7 @@ UsageAndExit(){
4040
echo "USAGE:"
4141
echo "bash GitLabWizard.sh feature-to-launch"
4242
echo "with feature-to-launch:"
43-
echo -e "\t backup-all-repositories-from-org...............: Dump all repositories in GitHub to a specific location in the disk"
43+
echo -e "\t backup-all-repositories-from-org...............: Dump all repositories in GitLab to a specific location in the disk"
4444
echo -e "\t look-for-leaks.................................: Checks with gitleaks if there are leaks in all repositories"
4545
echo "About exit codes:"
4646
echo -e "\t 0................: Normal exit"

0 commit comments

Comments
 (0)