Skip to content

Commit f695695

Browse files
authored
Update sync delete command to use repo under platkrm org (#3111)
1 parent 63a431c commit f695695

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

internal/cmdsync/delete/command.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@ import (
3434
)
3535

3636
const (
37-
command = "cmdsync.delete"
38-
// TODO: Find a better location for this git repo.
39-
emptyRepo = "https://github.com/mortent/empty"
37+
command = "cmdsync.delete"
38+
emptyRepo = "https://github.com/platkrm/empty"
4039
emptyRepoBranch = "main"
4140
defaultTimeout = 2 * time.Minute
4241
)

0 commit comments

Comments
 (0)