You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using chalk on linux produces an error about invalid chalk mark in the autocomplete script (the file which chalk itself creates/manages)
another1@covm2:~$ ./chalk
info: Installed bash auto-completion file to: /home/another1/.local/share/bash_completion/completions/chalk.bash
info: Added sourcing of autocomplete to ~/.bash_completion file
info: Script should be sourced automatically on your next login.
another1@covm2:~$ ./chalk
info: Invalid chalk mark in autocompletion script. Updating.
info: Installed bash auto-completion file to: /home/another1/.local/share/bash_completion/completions/chalk.bash
Impact
This is mostly an annoyance but could represent a bigger issue.
Steps to Reproduce
See above use of chalk on x64 linux
The text was updated successfully, but these errors were encountered:
Looks like ARTIFACT_VERSION is missing from the bash autocomplete chalk. autoCompleteFileCheck thus doesn't know what the semver is and just replaces the file on every invocation.
Description
using chalk on linux produces an error about invalid chalk mark in the autocomplete script (the file which chalk itself creates/manages)
Impact
This is mostly an annoyance but could represent a bigger issue.
Steps to Reproduce
See above use of chalk on x64 linux
The text was updated successfully, but these errors were encountered: