Skip to content
This repository has been archived by the owner on Feb 13, 2021. It is now read-only.

Commit

Permalink
Update setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ahelal authored Mar 24, 2017
1 parent 30c8992 commit bc63c2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,8 @@ manage_git(){
cd "${source_git_dir}" || msg_exit "Failed to cd into '${source_git_dir}'"
print_verbose "Cloning '${git_repo}' to ${app_git_dir}"
RUN_COMMAND_AS "git clone ${git_repo} --recursive"
else
RUN_COMMAND_AS "git fetch"
fi

# will also run this first run :(
Expand Down

0 comments on commit bc63c2b

Please sign in to comment.