diff --git a/chezmoi.roots/_home.macos/private_dot_local/bin/executable_vast-lab b/chezmoi.roots/_home.macos/private_dot_local/bin/executable_vast-lab index 562ee28..bd729ca 100644 --- a/chezmoi.roots/_home.macos/private_dot_local/bin/executable_vast-lab +++ b/chezmoi.roots/_home.macos/private_dot_local/bin/executable_vast-lab @@ -202,8 +202,7 @@ do_get_s3-releases() { do_get_s3-callhome() { # Get the list of callhome bundles - aws s3 ls --human-readable s3://vast-callhomebundle/ \ - | sed -E 's|^[[:space:]]+[^[:space:]]+[[:space:]](.+)/$|\1|;' + aws s3 ls --human-readable s3://vast-callhomebundle/ } do_get() { diff --git a/chezmoi.roots/_src.all/.chezmoi.toml.tmpl b/chezmoi.roots/_src.all/.chezmoi.toml.tmpl index 9af2c2f..d13a567 100644 --- a/chezmoi.roots/_src.all/.chezmoi.toml.tmpl +++ b/chezmoi.roots/_src.all/.chezmoi.toml.tmpl @@ -109,7 +109,7 @@ scriptTempDir={{ $scriptTempDir | quote }} GITHUB_ACCESS_TOKEN={{- $githubToken | quote }} GITHUB_TOKEN={{- $githubToken | quote }} -[data.style] +[style] {{- if ($promptStyle) }} prompt={{- $promptStyle | quote }} {{- end }}