]> ruderich.org/simon Gitweb - safcm/safcm.git/blobdiff - remote/sync/commands.go
Move implementation of cmd/safcm-remote/ to remote/
[safcm/safcm.git] / remote / sync / commands.go
similarity index 98%
rename from cmd/safcm-remote/sync/commands.go
rename to remote/sync/commands.go
index 5a3c59c1d1d4c156396992733c1ed27131fe2364..c0d47d19cfd65a1fb8f03c9147a820d941af9d8c 100644 (file)
@@ -24,7 +24,7 @@ import (
        "strings"
 
        "ruderich.org/simon/safcm"
-       "ruderich.org/simon/safcm/cmd/safcm-remote/run"
+       "ruderich.org/simon/safcm/remote/run"
 )
 
 func (s *Sync) syncCommands() error {