Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

fix: (cli/init) use cross-platform path separator #1183

Merged
merged 1 commit into from
Jan 24, 2018
Merged

Commits on Jan 23, 2018

  1. fix: (cli/init) use cross-platform path separator

    This fixes the command "init" on windows. Before this change, none of
    the files where actually added to your local repository. With this
    change, files are correctly added to the repository as windows uses "\"
    as the path separator instead of "/" (posix)
    victorb committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    be93cf5 View commit details
    Browse the repository at this point in the history