Skip to content

Commit 7afe859

Browse files
committed
fix indentation
1 parent b750ac3 commit 7afe859

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ parse_args() {
3838

3939
# Set args from file specified on the command-line.
4040
if [[ $1 = "-c" || $1 = "--config-file" ]]; then
41-
source "$2"
42-
shift 2
41+
source "$2"
42+
shift 2
4343
fi
4444

4545
# Parse arg flags

0 commit comments

Comments
 (0)