diff --git a/wit-0.3.0-draft/environment.wit b/wit-0.3.0-draft/environment.wit index d99dcc0..fb14eee 100644 --- a/wit-0.3.0-draft/environment.wit +++ b/wit-0.3.0-draft/environment.wit @@ -18,5 +18,5 @@ interface environment { /// Return a path that programs should use as their initial current working /// directory, interpreting `.` as shorthand for this. @since(version = 0.3.0) - initial-cwd: func() -> option; + get-initial-cwd: func() -> option; }