Rename khepri -> restic

This commit is contained in:
Alexander Neumann
2014-12-05 21:45:49 +01:00
parent 9dc0bf6378
commit e2fea0d088
41 changed files with 181 additions and 181 deletions

View File

@@ -7,7 +7,7 @@ test:
for dir in cmd/* ; do \
(cd "$$dir"; go build $(FLAGS)) \
done
test/run.sh cmd/khepri/khepri cmd/dirdiff/dirdiff
test/run.sh cmd/restic/restic cmd/dirdiff/dirdiff
clean:
go clean