Updated CLI args, config attributes and blocks
get_path_to_repo_root()
Description
- Removes trailing slash appended to the end of
get_path_to_repo_root()
Migration Guide
source = "${get_path_to_repo_root()}/modules
->source = "${get_path_to_repo_root()}//modules
source = "${get_path_to_repo_root()}modules
->source = "${get_path_to_repo_root()}/modules