IBM / cp4waiops-connectors-java-template

A repository to host the Java template for new AIOps Connectors
Apache License 2.0
4 stars 20 forks source link

Rename microprofile-config.properties to remove trailing space #19

Closed tmalaher-telus closed 3 months ago

tmalaher-telus commented 9 months ago

git clone is reporting:

Cloning into 'cp4waiops-connectors-java-template'...
remote: Enumerating objects: 611, done.
remote: Counting objects: 100% (197/197), done.
remote: Compressing objects: 100% (79/79), done.
remote: Total 611 (delta 137), reused 147 (delta 113), pack-reused 414
Receiving objects: 100% (611/611), 1.25 MiB | 1.18 MiB/s, done.
Resolving deltas: 100% (261/261), done.
error: invalid path 'src/main/resources/META-INF/microprofile-config.properties '
fatal: unable to checkout working tree
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry with 'git restore --source=HEAD :/'

Doing the git restore gives:

error: invalid path 'src/main/resources/META-INF/microprofile-config.properties '

Note the trailing space...