aboutsummaryrefslogtreecommitdiff
path: root/cmd/acme/file.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/acme/file.go')
-rw-r--r--cmd/acme/file.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/acme/file.go b/cmd/acme/file.go
index b54246b..637ddee 100644
--- a/cmd/acme/file.go
+++ b/cmd/acme/file.go
@@ -8,7 +8,7 @@ import (
"os"
"path"
- "dim13.org/acme"
+ "github.com/dim13/acme"
)
func NewFile(fname string, mode os.FileMode) (io.WriteCloser, error) {