Skip to content

Commit 1ef90fc

Browse files
Correct spellings, remove duplicate dependencies file.
1 parent 5be0388 commit 1ef90fc

File tree

4 files changed

+5
-765
lines changed

4 files changed

+5
-765
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ include scripts/init.mk
1515
quick-start: install clean test-docs build serve-docs # Quick start target to setup, build and serve docs @Pipeline
1616

1717
install:
18-
./dependancies.sh --skip-system-deps
18+
./dependencies.sh --skip-system-deps
1919

2020
dependencies:
21-
./dependancies.sh
21+
./dependencies.sh
2222

2323
test-docs:
2424
$(MAKE) -C docs test

dependancies

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

dependancies.sh renamed to dependencies.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
# Works for both local development and GitHub Actions environments.
66
#
77
# Usage:
8-
# ./dependancies.sh # Normal operation
9-
# ./dependancies.sh --skip-system-deps # Only install project dependencies
10-
# ASDF_HOME=/tmp/test ./dependancies.sh # Testing with custom home
8+
# ./dependencies.sh # Normal operation
9+
# ./dependencies.sh --skip-system-deps # Only install project dependencies
10+
# ASDF_HOME=/tmp/test ./dependencies.sh # Testing with custom home
1111
#
1212
# Options:
1313
# --skip-system-deps Skip system packages and asdf setup, only install project deps

0 commit comments

Comments
 (0)