Skip to content

Commit

Permalink
Merge branch 'main' into sk/lfs-remote
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisd8088 committed Oct 4, 2024
2 parents c90c016 + 8b2882b commit f984672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/command_fetch.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func fetchCommand(cmd *cobra.Command, args []string) {
}

if len(args) > 1 {
refShas := make([]string, len(refs))
refShas := make([]string, 0, len(refs))
for _, ref := range refs {
refShas = append(refShas, ref.Sha)
}
Expand Down

0 comments on commit f984672

Please sign in to comment.