]> ruderich.org/simon Gitweb - safcm/safcm.git/blobdiff - cmd/safcm/fixperms.go
Move implementation of cmd/safcm-remote/ to remote/
[safcm/safcm.git] / cmd / safcm / fixperms.go
index 57c081171ed3b71b9ce2937e309874e7ca5d3000..36d618f7fe1b12a0b2197f9186a0673f71c483ba 100644 (file)
@@ -24,8 +24,8 @@ import (
        "os"
        "path/filepath"
 
-       "ruderich.org/simon/safcm/cmd/safcm-remote/sync"
        "ruderich.org/simon/safcm/cmd/safcm/config"
+       "ruderich.org/simon/safcm/remote/sync"
 )
 
 func MainFixperms() error {