> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kosli.com/llms.txt
> Use this file to discover all available pages before exploring further.

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://docs.kosli.com/feedback

```json
{
  "path": "/troubleshooting/whitespace_path",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# Path/Image name is a single whitespace character

> How to fix the whitespace path error when using multi-line Kosli CLI commands.

## Error

```
Error: failed to calculate artifact fingerprint: stat  : no such file or directory. The directory path is ' '.
```

## Solution

Check your multi-line command for extraneous whitespace after line-continuation backslashes (`\`). Remove any spaces or tabs after the `\` on each line.

## Context

When using multi-line commands, whitespace added after a line-continuation backslash is interpreted as the artifact path or image name argument.
