Skip to content

Commit

Permalink
update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
dennyzhang committed Apr 15, 2016
1 parent 8c7fac4 commit ebce6f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bash/git_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## Description :
## --
## Created : <2016-04-15>
## Updated: Time-stamp: <2016-04-15 17:15:31>
## Updated: Time-stamp: <2016-04-15 17:55:03>
##-------------------------------------------------------------------
working_dir=${1?}
git_repo_url=${2?}
Expand Down Expand Up @@ -36,5 +36,5 @@ function git_update_code() {
}

git_repo=$(echo ${git_repo_url%.git} | awk -F '/' '{print $2}')
git_update_code $git_repo_url $branch_name $working_dir
git_update_code $git_repo $git_repo_url $branch_name $working_dir
## File : git_update.sh ends

0 comments on commit ebce6f8

Please sign in to comment.