We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbc5b8d commit 54619cbCopy full SHA for 54619cb
src/chezmoi/devcontainer-feature.json
@@ -1,7 +1,7 @@
1
{
2
"name": "chezmoi",
3
"id": "chezmoi",
4
- "version": "1.6.0",
+ "version": "1.6.1",
5
"description": "Install chezmoi",
6
"documentationURL": "https://github.com/ckagerer/devcontainer-features/tree/main/src/chezmoi",
7
"options": {
src/chezmoi/install.sh
@@ -105,7 +105,7 @@ tee "$INIT_ATUIN_SCRIPT_PATH" >/dev/null <<EOF
105
# (C) Copyright 2025 Christian Kagerer
106
# Purpose: Initialize Atuin login and sync for chezmoi devcontainer feature
107
108
-KEEP_GOING="\${KEEP_GOING:-false}"
+KEEP_GOING="${KEEP_GOING:-false}"
109
110
if [[ "\${KEEP_GOING}" == "true" ]]; then
111
set +o errexit +o nounset +o pipefail
0 commit comments