Skip to content
Merged

typo #602

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 content/quickstart/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ The command line runner requires a working Docker installation. Drone executes y

# Workspace

The command line runner mounts your current working directory, using docker volumes, as the working directory of your pipeline steps. The exposes your code to your pipeline. _The clone step is therefore skipped when running locally._
The command line runner mounts your current working directory, using docker volumes, as the working directory of your pipeline steps. This exposes your code to your pipeline. _The clone step is therefore skipped when running locally._

# Run Specific Pipelines

Expand Down