Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
Signed-off-by: Javier Solana <javier.solana@cabify.com>
  • Loading branch information
Javier Solana committed May 3, 2024
1 parent e33f3b0 commit 92376d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reposerver/repository/repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -1931,7 +1931,7 @@ func runConfigManagementPluginSidecars(ctx context.Context, appPath, repoPath, p
// generate manifests using commands provided in plugin config file in detected cmp-server sidecar
var cmpManifests *pluginclient.ManifestResponse
if pluginName != "" {
// In this case, we using use appPath instead of repoPath to only send app resources when app configure plugin by its name
// In this case, we are using appPath instead of repoPath to only send app resources when app configures the plugin by name
cmpManifests, err = generateManifestsCMP(ctx, appPath, appPath, env, cmpClient, tarDoneCh, tarExcludedGlobs)
} else {
cmpManifests, err = generateManifestsCMP(ctx, appPath, repoPath, env, cmpClient, tarDoneCh, tarExcludedGlobs)
Expand Down

0 comments on commit 92376d1

Please sign in to comment.