fsx: Remove environment references
This commit removes the reference to the environment from the fsx package.
This commit is contained in:
parent
5a43ecfaeb
commit
3263920d6b
25 changed files with 167 additions and 183 deletions
|
|
@ -32,7 +32,7 @@ func (cfgMigrate) Description() wisski_distillery.Description {
|
|||
|
||||
func (c cfgMigrate) Run(context wisski_distillery.Context) error {
|
||||
// migration environment is the native environment!
|
||||
env := new(environment.Native)
|
||||
var env environment.Environment
|
||||
|
||||
// open the legacy file
|
||||
file, err := os.Open(c.Positionals.Input)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue