Skip to content

Commit 927685e

Browse files
committed
Added some cleanup after running bower installs.
- Legacy-Id: 12884
1 parent 4e2d725 commit 927685e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/mkrelease

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ $do ietf/manage.py bower_install
175175
$do svn commit ietf/externals/static -m "Updated bower-managed static web assets"
176176
# Get rid of bower-installed files which we don't use:
177177
$do rm $(svn st ietf/externals/ | grep '^\?' | awk '{print $2}')
178-
$do rm -rf rm -rf ietf/externals/static/datatracker/
178+
$do rm -rf ietf/externals/static/datatracker/
179179

180180
note "Collecting static files ..."
181181
$do ietf/manage.py collectstatic --noinput --ignore=bower.json --ignore='README.*' | grep -v "Found another file with the destination path"

0 commit comments

Comments
 (0)