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 31988a3 commit ce4e283Copy full SHA for ce4e283
README.md
@@ -87,7 +87,7 @@ fossa analyze
87
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/fossas/fossa-cli/master/install-latest.ps1'))
88
89
# Set your API key. Get this from the FOSSA web application.
90
-$env:FOSSA_API_KEY=XXXX
+$env:FOSSA_API_KEY="XXXX"
91
92
# Run an analysis in your project's directory.
93
cd $MY_PROJECT_DIR
0 commit comments