diff options
author | Chuck Lantz <clantz@microsoft.com> | 2022-11-28 19:10:56 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-28 19:10:56 +0300 |
commit | 30f287605354478d4af5d6c8736c9a414369110c (patch) | |
tree | bcbefe53e100bc456d531a30d46f695d6b27276e /src/common-utils/devcontainer-feature.json | |
parent | 4b3ccf36eabcad859a13806a8dc47dfa651182a1 (diff) |
Fix bad path to systemctl (#302)
Diffstat (limited to 'src/common-utils/devcontainer-feature.json')
-rw-r--r-- | src/common-utils/devcontainer-feature.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common-utils/devcontainer-feature.json b/src/common-utils/devcontainer-feature.json index 9a135d5..74b8508 100644 --- a/src/common-utils/devcontainer-feature.json +++ b/src/common-utils/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "common-utils", - "version": "1.1.4", + "version": "1.1.5", "name": "Common Debian Utilities", "documentationURL": "https://github.com/devcontainers/features/tree/main/src/common-utils", "description": "Installs a set of common command line utilities, Oh My Zsh!, and sets up a non-root user.", |