Skip to content
This repository was archived by the owner on Nov 15, 2022. It is now read-only.

Commit e7b2f96

Browse files
author
Euclécio Josias
committed
Fix identation
1 parent b74f82a commit e7b2f96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

coderockr-way-github-setup.bash

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ do
4343
GITHUB_PASSWORD=${args[$counter + 1]}
4444
readed_counter=$[$readed_counter + 1]
4545
elif [[ $i == '--verbose' ]] || [[ $i == '-v' ]]; then
46-
VERBOSE=1
46+
VERBOSE=1
4747
else
48-
GITHUB_REPO=$i
48+
GITHUB_REPO=$i
4949
fi
5050

5151
readed_counter=$[$readed_counter + 1]

0 commit comments

Comments
 (0)