fix(nimbolus): fix the patch for all hunk to be applied

This commit is contained in:
catvayor 2025-06-19 16:24:43 +02:00
parent 3838db6ebb
commit 55e9d7e48d
Signed by: lbailly
GPG key ID: CE3E645251AC63F3

View file

@ -7,8 +7,7 @@ index c7d35d029963..5a6ab7fbe083 100644
"os"
+ "strings"
@@ -26,3 +27,3 @@ SecretEnvOrFile
@@ -26,2 +27,2 @@ SecretEnvOrFile
- return string(envFileContent), nil
+ return strings.TrimSuffix(string(envFileContent), "\n"), nil
}