Skip to content

Commit 6654b26

Browse files
authored
On branch edburns-msft-6360-validate-script-locations (#5207)
modified: documentation/site/content/samples/azure-kubernetes-service/domain-on-pv.md - `rm -rf`. Signed-off-by: Ed Burns <edburns@microsoft.com>
1 parent fa95c2d commit 6654b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/site/content/samples/azure-kubernetes-service/domain-on-pv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ This sample requires [Domain creation images]({{< relref "/managing-domains/doma
9292
- Copy the sample to a new directory; for example, use the directory `/tmp/dpv-sample`. In the directory name, `dpv` is short for "domain on pv". Domain on PV is one of three domain home source types supported by the operator. To learn more, see [Choose a domain home source type]({{< relref "/managing-domains/choosing-a-model/_index.md" >}}).
9393

9494
```shell
95-
$ rm /tmp/dpv-sample -f -r
95+
$ rm -rf /tmp/dpv-sample
9696
$ mkdir /tmp/dpv-sample
9797
```
9898

0 commit comments

Comments
 (0)