From e00e379948843638fb2002c76e024ee8b5e065b2 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sat, 6 Aug 2022 15:15:08 +0300 Subject: [PATCH] fixup! Update OpenBSD. --- .pre-commit-config.yaml | 3 +++ Documents/bin/update | 1 + 2 files changed, 4 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1a93155..abed55b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -128,3 +128,6 @@ repos: hooks: - id: codespell exclude: \.local/share/applications/.*\.desktop + args: + - "-L" + - "doas" diff --git a/Documents/bin/update b/Documents/bin/update index 3cd592b..8a72b3f 100755 --- a/Documents/bin/update +++ b/Documents/bin/update @@ -63,6 +63,7 @@ _pkg_add() { doas pkg_add -un else doas pkg_add -u + fi } _all() { -- GitLab