Skip to content

Commit 6c409e1

Browse files
authored
Merge pull request #201992 from KranthiPakala-MSFT/patch-139
(AzureCXP) fixed typo
2 parents cddc09b + fd7996f commit 6c409e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/synapse-analytics/spark/apache-spark-custom-conda-channel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ In the next set of steps, we will create a custom Conda channel.
7676
```
7777
7878
cd ~/privatechannel/
79-
mkdir -P channel/linux64
79+
mkdir -p channel/linux64
8080
8181
<Add all .tar.bz2 from https://repo.anaconda.com/pkgs/main/linux-64/>
8282
// Note: Add all dependent .tar.bz2 as well

0 commit comments

Comments
 (0)