Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Commit 9fbf7bd

Browse files
committed
fix: [#10] correct typo in install script message
- Fix typo: 'Crating' → 'Creating' in tracker configuration message - Add missing newline at end of file for proper file format
1 parent 70639c5 commit 9fbf7bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

application/share/bin/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ fi
3434
mkdir -p ./storage/tracker/etc
3535

3636
if ! [ -f "./storage/tracker/etc/tracker.prod.container.sqlite3.toml" ]; then
37-
echo "Crating tracker configuration: './storage/tracker/etc/tracker.toml'"
37+
echo "Creating tracker configuration: './storage/tracker/etc/tracker.toml'"
3838
cp ./share/container/default/config/tracker.prod.container.sqlite3.toml ./storage/tracker/etc/tracker.toml
3939
fi
4040

@@ -45,4 +45,4 @@ mkdir -p ./storage/prometheus/etc
4545
if ! [ -f "./storage/prometheus/etc/prometheus.yml" ]; then
4646
echo "Creating prometheus config file: './storage/prometheus/etc/prometheus.yml'"
4747
cp ./share/container/default/config/prometheus.yml ./storage/prometheus/etc/prometheus.yml
48-
fi
48+
fi

0 commit comments

Comments
 (0)