Skip to content

Commit 5124cd8

Browse files
committed
git fetch --tags
1 parent b0041e2 commit 5124cd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ if [ -d "$CLONE_DIR" ]; then
203203
echo "Fetching updates from origin${DEPTH:+ with depth $DEPTH}, skipping tags"
204204
git_retry git fetch origin ${REVISION:+$REVISION} --prune --no-tags ${DEPTH:+ --depth=$DEPTH}
205205
else
206-
# In order to not change logic that already working im keeping git_retry git fetch --tags
206+
# In order to not change logic that already working we keeping git_retry git fetch --tags
207207
# This command fetches updates from all configured remotes in your repository, not just from "origin".
208208
echo "Fetching updates from origin"
209209
git_retry git fetch origin --tags --prune "+refs/tags/*:refs/tags/*"

0 commit comments

Comments
 (0)