Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Bayer <[email protected]>
  • Loading branch information
abayer committed Jan 22, 2020
1 parent f184fc4 commit 37a9da1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/importcmd/import.go
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ func (options *ImportOptions) Run() error {
return err
}

oy, _ := yaml.Marshal(options)
oy, _ := yaml.Marshal(options.GitRepositoryOptions)
log.Logger().Warnf("options: %s", oy)
var userAuth *auth.UserAuth
if options.GitProvider == nil {
Expand Down

0 comments on commit 37a9da1

Please sign in to comment.