mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
Framework: proper reset here as well
This commit is contained in:
+3
-1
@@ -229,7 +229,9 @@ umount: check
|
||||
umount -f "<above>:${.CURDIR}/src"
|
||||
|
||||
clean: check
|
||||
@git reset -q . && git checkout -f . && git clean -xdqf .
|
||||
@git reset -q ${.CURDIR}/src && \
|
||||
git checkout -f ${.CURDIR}/src && \
|
||||
git clean -xdqf ${.CURDIR}/src
|
||||
|
||||
lint-desc: check
|
||||
@if [ ! -f ${.CURDIR}/${PLUGIN_DESC} ]; then \
|
||||
|
||||
Reference in New Issue
Block a user