File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -357,9 +357,9 @@ function setup_deb {
357
357
}
358
358
359
359
function teardown_deb {
360
- rm " $ROOT /etc/apt/auth.conf.d/$CLOUDSMITH_ORG -$CLOUDSMITH_REPO .conf"
361
- rm " $ROOT /etc/apt/keyrings/$CLOUDSMITH_ORG -$CLOUDSMITH_REPO .gpg"
362
- rm " $ROOT /etc/apt/sources.list.d/$CLOUDSMITH_ORG -$CLOUDSMITH_REPO .list"
360
+ rm -rf " $ROOT /etc/apt/auth.conf.d/$CLOUDSMITH_ORG -$CLOUDSMITH_REPO .conf"
361
+ rm -rf " $ROOT /etc/apt/keyrings/$CLOUDSMITH_ORG -$CLOUDSMITH_REPO .gpg"
362
+ rm -rf " $ROOT /etc/apt/sources.list.d/$CLOUDSMITH_ORG -$CLOUDSMITH_REPO .list"
363
363
}
364
364
365
365
# ###############################
@@ -384,7 +384,7 @@ function teardown_pip {
384
384
mv " $ROOT /etc/pip.conf.bak" " $ROOT /etc/pip.conf"
385
385
return
386
386
fi
387
- rm " $ROOT /etc/pip.conf"
387
+ rm -rf " $ROOT /etc/pip.conf"
388
388
}
389
389
390
390
# ###############################
You can’t perform that action at this time.
0 commit comments