Skip to content

Commit e32e013

Browse files
committed
try to avoid clashes
1 parent bb40b5f commit e32e013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Samples/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ export default function Samples({ samples }: SamplesProps) {
159159
Clone and open the sample in your terminal
160160
</small>
161161
<CodeBlock language="bash">
162-
{`git clone https://github.com/defang-io/defang && cp -r defang/samples/${selectedSample.category}/${selectedSample.name} ./${selectedSample.name} && rm -r defang && cd ${selectedSample.name}`}
162+
{`git clone https://github.com/defang-io/defang dtmp && cp -r defang/samples/${selectedSample.category}/${selectedSample.name} ./${selectedSample.name} && rm -r ./dtmp && cd ${selectedSample.name}`}
163163
</CodeBlock>
164164
</Box>
165165
{/* </Stack> */}

0 commit comments

Comments
 (0)