Skip to content

Commit 3734b58

Browse files
committed
fix path
1 parent e7596c1 commit 3734b58

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
@@ -178,7 +178,7 @@ export default function Samples() {
178178
Clone and open the sample in your terminal
179179
</small>
180180
<CodeBlock language="bash">
181-
{`git clone https://github.com/DefangLabs/samples dtmp && cp -r defang/samples/${selectedSample.name} "./${selectedSample.name}" && rm -r ./dtmp && cd "${selectedSample.name}"`}
181+
{`git clone https://github.com/DefangLabs/samples dtmp && cp -r dtmp/samples/${selectedSample.name} "./${selectedSample.name}" && rm -r ./dtmp && cd "${selectedSample.name}"`}
182182
</CodeBlock>
183183
</Box>
184184
{/* </Stack> */}

0 commit comments

Comments
 (0)