cmd: dagger input edit -> dagger edit

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
Andrea Luzzardi
2021-06-15 14:20:55 +02:00
committed by Solomon Hykes
parent 325c843924
commit 5f849bb13e
5 changed files with 8 additions and 6 deletions

View File

@@ -10,7 +10,9 @@ import (
func TestLocalDirs(t *testing.T) {
st := &state.State{
Path: "/tmp/source",
Plan: "/tmp/source/plan",
Plan: state.Plan{
Module: "/tmp/source/plan",
},
}
require.NoError(t, st.SetInput("www.source", state.DirInput("/", []string{}, []string{})))