> For the complete documentation index, see [llms.txt](https://developer.harness.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.harness.io/continuous-delivery/troubleshooting-and-resources/armory/general/github-dinghyfiles-referring-to-mixed-case-applications-fail.md).

# GitHub DinghyFiles referring to Mixed Case Applications Fail

### Issue <a href="#issue" id="issue"></a>

If an application is manually created in Spinnaker with a case-sensitive name (e.g. thisTestPipeline), users will encounter a `404 error` with regards to executing the pipeline when referring to the case-sensitive application name. The pipeline refers to the case sensitive name properly (e.g. `thisTestPipeline`) in the JSONThe dinghyfile is stored in a GitHub repository.

### Cause <a href="#cause" id="cause"></a>

GitHub references to the application end up being converted into lower case. As an example, if you attempt to execute a `dinghyfile` and attempt to create the application from the pipeline execution, users will see that `thisTestPipeline` will be converted to `thistestpipeline` when looking at the application within Spinnaker
