Skip to content

Commit ce4e283

Browse files
Update set FOSSA_API_KEY powershell command (#1511)
Co-authored-by: Marius Bughiu <[email protected]>
1 parent 31988a3 commit ce4e283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ fossa analyze
8787
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/fossas/fossa-cli/master/install-latest.ps1'))
8888
8989
# Set your API key. Get this from the FOSSA web application.
90-
$env:FOSSA_API_KEY=XXXX
90+
$env:FOSSA_API_KEY="XXXX"
9191
9292
# Run an analysis in your project's directory.
9393
cd $MY_PROJECT_DIR

0 commit comments

Comments
 (0)