Skip to content

Support relative path for initializing config

clayton craft requested to merge craftyguy:fix_init_relpath into master

Previously, if you passed something like ~/build to the init function for work directory, it would create a directory, .~/ in the current working directory instead of resolving ~/ to the user's home directory. This also allows using ../ to specify a path.

Merge request reports