Compare commits

...

2 commits

Author SHA1 Message Date
Lockszmith (VAST@MacBook)
d417ba6014 callhome tv channel 2025-05-02 09:58:40 -04:00
Lockszmith (VAST@MacBook)
654a8cd60c fix prompt styling 2025-05-02 09:55:10 -04:00
2 changed files with 3 additions and 2 deletions

View file

@ -202,7 +202,8 @@ do_get_s3-releases() {
do_get_s3-callhome() {
# Get the list of callhome bundles
aws s3 ls --human-readable s3://vast-callhomebundle/
aws s3 ls --human-readable s3://vast-callhomebundle/ \
| sed -E 's|^[[:space:]]+[^[:space:]]+[[:space:]](.+)/$|\1|;'
}
do_get() {

View file

@ -109,7 +109,7 @@ scriptTempDir={{ $scriptTempDir | quote }}
GITHUB_ACCESS_TOKEN={{- $githubToken | quote }}
GITHUB_TOKEN={{- $githubToken | quote }}
[style]
[data.style]
{{- if ($promptStyle) }}
prompt={{- $promptStyle | quote }}
{{- end }}