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

Commit

Permalink
Fetch origin
Browse files Browse the repository at this point in the history
  • Loading branch information
ahelal authored Mar 24, 2017
1 parent 48d70a4 commit f7517f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ manage_git(){
print_verbose "Cloning '${git_repo}' to ${app_git_dir}"
RUN_COMMAND_AS "git clone ${git_repo} --recursive"
else
RUN_COMMAND_AS "git fetch origin"
RUN_COMMAND_AS "git fetch origin --tags"
fi

# will also run this first run :(
Expand Down

0 comments on commit f7517f2

Please sign in to comment.