Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# A Dev Container Features Collection

This repository is based on the
[the `devcontainers/features` repository](https://github.com/devcontainers/features).
[`devcontainers/features` repository](https://github.com/devcontainers/features).

## Contents

Expand All @@ -11,7 +11,7 @@ Install the modern shell utilities:

- [eza](https://eza.rocks/), _ls_ alternative (previously [exa](https://github.com/ogham/exa) was bundled)
- [fd](https://github.com/sharkdp/fd), _find_ alternative
- [ag (The Silver Seacher)](https://github.com/ggreer/the_silver_searcher),
- [ag (The Silver Searcher)](https://github.com/ggreer/the_silver_searcher),
_grep_ alternative
- [bat](https://github.com/sharkdp/bat), _cat_ alternative

Expand Down
4 changes: 2 additions & 2 deletions test/kotlinc/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -e
rm -rf /var/lib/apt/lists/*

if [ "$(id -u)" -ne 0 ]; then
echo -e 'Script must be run as root to be able to installe dependencies, changing to sudo when installing.'
echo -e 'Script must be run as root to be able to install dependencies, changing to sudo when installing.'
fi

apt_get_update() {
Expand Down Expand Up @@ -41,7 +41,7 @@ echo $PATH

# Feature-specific tests
# The 'check' command comes from the dev-container-features-test-lib.
check "ktlint: ktlint --version'" ktlint --version
check "ktlint: 'ktlint --version'" ktlint --version
check "kotlinc: 'kotlinc --version'" kotlinc -version

# Report results
Expand Down