Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion artifactory/commands/buildinfo/adddependencies.go
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ func prepareArtifactoryParams(specFile spec.File) (*specutils.CommonParams, erro

func getLocalDependencies(addDepsParams *specutils.CommonParams) ([]string, error) {
addDepsParams.SetPattern(clientutils.ReplaceTildeWithUserHome(addDepsParams.GetPattern()))
// Save parentheses index in pattern, witch have corresponding placeholder.
// Save parentheses index in pattern, which have corresponding placeholder.
rootPath, err := fspatterns.GetRootPath(addDepsParams.GetPattern(), addDepsParams.GetTarget(), "", addDepsParams.GetPatternType(), false)
if err != nil {
return nil, err
Expand Down
2 changes: 1 addition & 1 deletion artifactory/commands/container/containermanagerbase.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func (ccb *ContainerCommandBase) SetRepo(repo string) *ContainerCommandBase {
return ccb
}

// Since 'RtMinVersion' version of Artifactory we can fetch the docker repository without the user input (witch is deprecated).
// Since 'RtMinVersion' version of Artifactory we can fetch the docker repository without the user input (which is deprecated).
func (ccb *ContainerCommandBase) IsGetRepoSupported() (bool, error) {
serviceManager, err := utils.CreateServiceManager(ccb.serverDetails, -1, 0, false)
if err != nil {
Expand Down
Loading