Skip to content

Commit

Permalink
fix a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
liushilongbuaa committed Jun 29, 2021
1 parent 3de8522 commit 9a08fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sonic-build-hooks/hooks/git
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ parse_config(){
}

get_clone_path(){
# get paremater of clone path
# get parameter of clone path
while (( "$#" )); do
case $1 in
-b|--branch|--reference|--reference-if-able|-c|--config|--origin|-u|--upload-pack|-j|--jobs|--depth|--dissociate)
Expand Down

0 comments on commit 9a08fcb

Please sign in to comment.