Skip to content

Commit

Permalink
bugfix in import branch creation (#664)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyaug authored Sep 27, 2020
1 parent 611b9d1 commit b2568aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/lakefs/cmd/import.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ func prepareBranch(ctx context.Context, cataloger catalog.Cataloger, repo *catal
if err != nil {
return fmt.Errorf("failed to create branch %s in repo %s: %w", branch, repoName, err)
}
return nil
}
return fmt.Errorf("error when fetching branches for repo %s: %w", repoName, err)
}
Expand Down

0 comments on commit b2568aa

Please sign in to comment.