aboutsummaryrefslogtreecommitdiff
path: root/src/infrastructure/scripts/gc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/infrastructure/scripts/gc.sh')
-rwxr-xr-xsrc/infrastructure/scripts/gc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/infrastructure/scripts/gc.sh b/src/infrastructure/scripts/gc.sh
index 0eca4be..c642627 100755
--- a/src/infrastructure/scripts/gc.sh
+++ b/src/infrastructure/scripts/gc.sh
@@ -96,7 +96,7 @@ gc_guix() {
}
gc_deploy() {
- sudo -u deployer find /opt/deploy \
+ find /opt/deploy \
! -path /opt/deploy -prune \
-type d \
-not -name "$(today)*" \