Skip to content

Commit 8d4e0ec

Browse files
committed
Correctly name fileutils package
This changes the containing dir name to match the fileutils package name.
1 parent bcb46c3 commit 8d4e0ec

3 files changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/writeas/posts.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package main
22

33
import (
44
"fmt"
5-
"github.com/writeas/writeas-cli/utils"
5+
"github.com/writeas/writeas-cli/fileutils"
66
"io/ioutil"
77
"os"
88
"path/filepath"
File renamed without changes.

0 commit comments

Comments
 (0)