File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ func (f *File) Names() []string {
4444 return result
4545}
4646
47- // returns true if the file names are the same or if a a file rename includes the filename of the other
47+ // returns true if the file names are the same or if a file rename includes the filename of the other
4848func (f * File ) Matches (f2 * File ) bool {
4949 return utils .StringArraysOverlap (f .Names (), f2 .Names ())
5050}
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ func (self *cmdObjRunner) runWithCredentialHandling(cmdObj ICmdObj) error {
147147 promptFn = failPromptFn
148148 case NONE :
149149 // we should never land here
150- return errors .New ("runWithCredentialHandling called but cmdObj does not have a a credential strategy" )
150+ return errors .New ("runWithCredentialHandling called but cmdObj does not have a credential strategy" )
151151 }
152152
153153 return self .runAndDetectCredentialRequest (cmdObj , promptFn )
You can’t perform that action at this time.
0 commit comments