We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb40b5f commit e32e013Copy full SHA for e32e013
src/components/Samples/index.tsx
@@ -159,7 +159,7 @@ export default function Samples({ samples }: SamplesProps) {
159
Clone and open the sample in your terminal
160
</small>
161
<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}`}
+ {`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}`}
163
</CodeBlock>
164
</Box>
165
{/* </Stack> */}
0 commit comments