Skip to content

Commit 65e3404

Browse files
committed
spelling: packaging
Signed-off-by: Josh Soref <[email protected]>
1 parent 5e3193e commit 65e3404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ def clean_up(version)
330330
`git pull --quiet origin #{GH_BASE_BRANCH} --prune`
331331
`git branch --quiet -D release-#{version} >/dev/null 2>&1`
332332
`git push --quiet origin :release-#{version} >/dev/null 2>&1`
333-
`git branch --quiet -D tmp-packging >/dev/null 2>&1`
333+
`git branch --quiet -D tmp-packaging >/dev/null 2>&1`
334334
end
335335

336336
#### All the action starts ####

0 commit comments

Comments
 (0)