Skip to content

Commit 45a115f

Browse files
ReadMe Installation fixes (#9)
## Description [Corrected the "git clone" and "cd" commands] ## Type of change - [ ] Bug fix - [ ] New feature - [x] Documentation update - [ ] Code refactoring --------- Co-authored-by: Catarina Gamboa <catarina.vg@hotmail.com>
1 parent 0a6859a commit 45a115f

68 files changed

Lines changed: 13 additions & 131 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/maven-2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ jobs:
2828
distribution: 'temurin'
2929
cache: maven
3030
- name: Build with Maven
31-
working-directory: latte-umbrella
31+
working-directory: latte
3232
run: mvn -B package --file pom.xml
3333

3434
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
3535
- name: Update dependency graph
3636
run: |
37-
cd latte-umbrella
37+
cd latte
3838
mvn com.github.ferstl:depgraph-maven-plugin:4.0.1:graph

README.md

Lines changed: 4 additions & 5 deletions

latte-umbrella/.classpath

Lines changed: 0 additions & 57 deletions
This file was deleted.

latte-umbrella/.project

Lines changed: 0 additions & 34 deletions
This file was deleted.

latte-umbrella/.settings/org.eclipse.core.resources.prefs

Lines changed: 0 additions & 5 deletions
This file was deleted.

latte-umbrella/.settings/org.eclipse.jdt.core.prefs

Lines changed: 0 additions & 16 deletions
This file was deleted.

latte-umbrella/.settings/org.eclipse.m2e.core.prefs

Lines changed: 0 additions & 4 deletions
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)