From 353d2744135f2dee1bbb322241e7767a9aa0d36f Mon Sep 17 00:00:00 2001 From: c0repwn3r Date: Fri, 31 Mar 2023 12:08:37 -0400 Subject: [PATCH] fix --- .builds/tfclient.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.builds/tfclient.yml b/.builds/tfclient.yml index e4637a5..18fcb65 100644 --- a/.builds/tfclient.yml +++ b/.builds/tfclient.yml @@ -10,5 +10,4 @@ tasks: - check: | cd /home/build/trifid/tfclient cargo check --locked - cargo clippy --locked - sudo -u postgres pg_ctl stop -D /var/lib/postgresql/data \ No newline at end of file + cargo clippy --locked \ No newline at end of file