pull/4791/head
filip mertens 5 months ago
parent f874259ceb
commit 2c9ecd01c0
  1. 5
      apps/vyper/src/app/utils/remix-client.tsx

@ -82,12 +82,11 @@ export class RemixClient extends PluginClient<any, CustomRemixApi> {
async cloneVyperRepo() {
try {
// @ts-ignore
this.call('notification', 'toast', 'cloning Snekmate Vyper repository...')
const timestamp = new Date().getTime()
this.call('notification', 'toast', 'cloning Snekmate Vyper repository...')
await this.call(
'dgitApi',
'clone',
{url: 'https://github.com/pcaversaccio/snekmate', token: null, branch: 'main', singleBranch: true, workspaceName: 'snekmate' + timestamp},
{url: 'https://github.com/pcaversaccio/snekmate', token: null, branch: 'main', singleBranch: true, workspaceName: 'snekmate'},
)
await this.call('dgitApi', 'checkout', {

Loading…
Cancel
Save