templating icon indicating copy to clipboard operation
templating copied to clipboard

Fix the shell script error: command not found

Open GangWang01 opened this issue 3 years ago • 0 comments

Problem

eng/SearchCache/InstallAzureCLI.sh has the error: bash: line 95: Command: command not found.

Solution

Save the install script locally and then execute.

Checks:

  • [ ] Added unit tests
  • [ ] Added #nullable enable to all the modified files ?

GangWang01 avatar Oct 14 '22 04:10 GangWang01