Skip to content

Commit 4cc6234

Browse files
Apply suggestions from code review
Co-authored-by: Joe McGill <801097+joemcgill@users.noreply.github.com>
1 parent 2d05534 commit 4cc6234

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ svn checkout --depth immediates "$SVN_URL" "$SVN_DIR"
6060
cd "$SVN_DIR"
6161
svn update --set-depth infinity assets
6262
svn update --set-depth infinity trunk
63-
svn update --set-depth infinity tags
63+
svn update --set-depth immediates tags
6464

6565
# Bail early if the plugin version is already published.
6666
if [[ -d "tags/$VERSION" ]]; then

0 commit comments

Comments
 (0)