Skip to content

Commit

Permalink
removing commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
fdodino committed Nov 17, 2024
1 parent 18c1718 commit cf13808
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/fetchLanguage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { existsSync, mkdirSync } from 'fs'
import gitClient from 'simple-git'
import { wollokVersion } from '../package.json'

// const WOLLOK_LANGUAGE_REPO = '[email protected]:uqbar-project/wollok-language.git'
const WOLLOK_LANGUAGE_REPO = 'https://github.com/uqbar-project/wollok-language.git'
const WOLLOK_LANGUAGE_TAG = wollokVersion.includes(':') ? wollokVersion.split(':')[1] : `v${wollokVersion}`
const WOLLOK_LANGUAGE_FOLDER = 'language'
Expand Down

0 comments on commit cf13808

Please sign in to comment.