mirror of
https://github.com/Luzifer/repo-template.git
synced 2024-12-22 20:21:19 +00:00
Fix: Replacement needs to be done on pointer level
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
a62e886b0d
commit
b5a69889ed
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -127,7 +127,7 @@ func expandRepo(repo *github.Repository) error {
|
|||
return err
|
||||
}
|
||||
|
||||
repo = r
|
||||
*repo = *r
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue