Skip to content

Commit 4380346

Browse files
authored
Merge pull request #1266 from tisnik/lcore-1405-fixed-typos-in-makefile
LCORE-1405: fixed typos in Makefile
2 parents 4571d62 + 6bdc62e commit 4380346

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,10 @@ distribution-archives: ## Generate distribution archives to be uploaded into Pyt
121121
upload-distribution-archives: ## Upload distribution archives into Python registry
122122
uv run python -m twine upload --repository ${PYTHON_REGISTRY} dist/*
123123

124-
konflux-requirements: ## generate hermetic requirements.*.txt file for konflux build
124+
konflux-requirements: ## Generate hermetic requirements.*.txt file for konflux build
125125
./scripts/konflux_requirements.sh
126126

127-
konflux-rpm-lock: ## generate rpm.lock.yaml file for konflux build
127+
konflux-rpm-lock: ## Generate rpm.lock.yaml file for konflux build
128128
./scripts/generate-rpm-lock.sh
129129

130130
help: ## Show this help screen

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -856,8 +856,8 @@ ruff Check source code using Ruff linter
856856
verify Run all linters
857857
distribution-archives Generate distribution archives to be uploaded into Python registry
858858
upload-distribution-archives Upload distribution archives into Python registry
859-
konflux-requirements generate hermetic requirements.*.txt file for konflux build
860-
konflux-rpm-lock generate rpm.lock.yaml file for konflux build
859+
konflux-requirements Generate hermetic requirements.*.txt file for konflux build
860+
konflux-rpm-lock Generate rpm.lock.yaml file for konflux build
861861
```
862862
863863
## Running Linux container image

0 commit comments

Comments
 (0)