Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/commands/deps/install.ab
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ pub fun cmd_deps_install(arguments: [Text]): Null {
}

// TODO: Checkout specific revision/branch
// trust $ git --git-dir="{modules}/{dep}.git" worktree add -f "{vendor}/{dep}" "{commit_sha}" $

trust dir_create("{vendor}/{dep}")
trust $ git --git-dir="{modules}/{dep}.git" worktree add -f "{vendor}/{dep}" $
}

Expand Down