Skip to content

Commit

Permalink
chore: remove leading slash
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinPJK committed Nov 7, 2024
1 parent 885ea70 commit 473520b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/variablefinders/requirements.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func GetSettings(g gitclient.Interface, jxClient jxc.Interface, ns, dir, owner,
return nil, "", errors.New("failed to find a dev environment source url on development environment resource")
}
}
combinedConfigFiles := []string{"/" + jxcore.RequirementsConfigFileName, sourceconfigs.SourceConfigFile}
combinedConfigFiles := []string{jxcore.RequirementsConfigFileName, sourceconfigs.SourceConfigFile}
clusterDir, err := requirements.PartialCloneClusterRepo(g, gitURL, true, combinedConfigFiles...)
if err != nil {
return nil, "", err
Expand Down

0 comments on commit 473520b

Please sign in to comment.