Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:zsh2401/AutumnBox into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
zsh2401 committed Feb 22, 2021
2 parents 98717db + 624464b commit 5ddf70b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/get_adb.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ if ($ADBBinariesDirectory.Exists) {
Remove-Item $ADBBinariesDirectory.FullName -Force -Recurse;
$ADBBinariesDirectory.Create();
}
git clone -b $BranchName $ADBGitStore $ADBBinariesDirectory.FullName
git clone -b $BranchName $ADBGitStore $ADBBinariesDirectory.FullName --depth=1

0 comments on commit 5ddf70b

Please sign in to comment.