Skip to content

Commit

Permalink
Update sync delete command to use repo under platkrm org (#3111)
Browse files Browse the repository at this point in the history
  • Loading branch information
mortent committed May 9, 2022
1 parent 63a431c commit f695695
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions internal/cmdsync/delete/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,8 @@ import (
)

const (
command = "cmdsync.delete"
// TODO: Find a better location for this git repo.
emptyRepo = "https://github.com/mortent/empty"
command = "cmdsync.delete"
emptyRepo = "https://github.com/platkrm/empty"
emptyRepoBranch = "main"
defaultTimeout = 2 * time.Minute
)
Expand Down

0 comments on commit f695695

Please sign in to comment.