From 80ff669c855930675425318c5fae1229f956adab Mon Sep 17 00:00:00 2001 From: Samuel Reina Date: Thu, 9 Apr 2026 13:23:50 +0200 Subject: [PATCH] devops/1pax#72: Added ddev generated header to 1xlib to allow ddev to overwrite the file --- commands/host/1x-lib.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/commands/host/1x-lib.sh b/commands/host/1x-lib.sh index e52cb83..df96548 100644 --- a/commands/host/1x-lib.sh +++ b/commands/host/1x-lib.sh @@ -1,4 +1,6 @@ #!/usr/bin/env bash + +## #ddev-generated # # Shared helper library for 1x DDEV host commands. # Source this from any 1x-* command with: