Skip to content

Commit

Permalink
Avoid redundant file/folder name
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Poinsard <[email protected]>
  • Loading branch information
frouioui committed Dec 2, 2024
1 parent 853c699 commit 82d9baa
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/

package s3_builtin
package s3

import (
"context"
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion test/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
},
"backup_s3": {
"File": "unused.go",
"Args": ["vitess.io/vitess/go/test/endtoend/backup/s3_builtin", "-timeout", "30m"],
"Args": ["vitess.io/vitess/go/test/endtoend/backup/s3", "-timeout", "30m"],
"Command": [],
"Manual": false,
"Shard": "21",
Expand Down

0 comments on commit 82d9baa

Please sign in to comment.