chore: add intermediate changes
This commit is contained in:
@@ -58,9 +58,8 @@ func GrabEnvironment() Environment {
|
||||
func EnsureOperation(workDir string) error {
|
||||
nDirs := []string{
|
||||
workDir,
|
||||
filepath.Join(workDir, "data"),
|
||||
filepath.Join(workDir, "data", "content"),
|
||||
filepath.Join(workDir, "web"),
|
||||
filepath.Join(workDir),
|
||||
filepath.Join(workDir, "content"),
|
||||
}
|
||||
|
||||
for _, p := range nDirs {
|
||||
|
||||
Reference in New Issue
Block a user