Skip to content

Commit

Permalink
Fix formatting lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
mortent committed Jul 7, 2020
1 parent ec6bdec commit 181fd5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/cmdexport/orchestrators/cloudbuild.go
Expand Up @@ -44,8 +44,8 @@ func (p *CloudBuild) Init(config *types.PipelineConfig) Pipeline {
step.Args,
append(
[]string{"--fn-path"},
fnPaths...
)...
fnPaths...,
)...,
)
}

Expand Down

0 comments on commit 181fd5d

Please sign in to comment.