Skip to content

Commit

Permalink
fix: identation
Browse files Browse the repository at this point in the history
Signed-off-by: Lincoln Wallace <lincoln.wallace@canonical.com>
  • Loading branch information
locnnil committed Sep 2, 2024
1 parent ed27d64 commit 5d5e04c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions patches/engine/0003-snappy-buildkit-git-environ.patch
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ index 5c35f9365b..b0e0fb3aef 100644

cmd.Env = []string{
"PATH=" + os.Getenv("PATH"),
+ "LD_LIBRARY_PATH=" + os.Getenv("LD_LIBRARY_PATH"),
+ "GIT_EXEC_PATH=" + os.Getenv("GIT_EXEC_PATH"),
+ "GIT_TEMPLATE_DIR=" + os.Getenv("GIT_TEMPLATE_DIR"),
+ "LD_LIBRARY_PATH=" + os.Getenv("LD_LIBRARY_PATH"),
+ "GIT_EXEC_PATH=" + os.Getenv("GIT_EXEC_PATH"),
+ "GIT_TEMPLATE_DIR=" + os.Getenv("GIT_TEMPLATE_DIR"),
"GIT_TERMINAL_PROMPT=0",
"GIT_SSH_COMMAND=" + getGitSSHCommand(cli.sshKnownHosts),
// "GIT_TRACE=1",
Expand Down

0 comments on commit 5d5e04c

Please sign in to comment.