Skip to content

Commit

Permalink
update git script
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoinky3000 committed Jun 22, 2024
1 parent f241051 commit a69d138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/sdnext-git.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cd /workspace/SD\ Next

echo ""

git fetch > /dev/null
git fetch 2>/dev/null

currentBranch=$(git branch --show-current)
echo "Current branch: $currentBranch"
Expand Down

0 comments on commit a69d138

Please sign in to comment.