Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

Commit

Permalink
fixed typo in 06_running_analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
jhicks committed Mar 8, 2022
1 parent 66f9375 commit 1a5936a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/Azure/06_running_analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@
"metadata": {},
"outputs": [],
"source": [
"az storage blob delete --account-name $STGE_ACCT --container-name landsat-demo-cont --name test.png --auth-mode login"
"az storage blob delete --account-name $STGE_ACCT --container-name $BLOB_CONT --name test.png --auth-mode login"
]
},
{
Expand Down

0 comments on commit 1a5936a

Please sign in to comment.