fix(nimbolus): fix the patch for all hunk to be applied
This commit is contained in:
parent
3838db6ebb
commit
55e9d7e48d
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue