Skip to content

Commit 51b2bff

Browse files
committed
src/d.ts: Trivial fixes
Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me> Part-of: #97 Closes: #97 Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
1 parent 79159b5 commit 51b2bff

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ export class DMD extends Compiler {
149149
150150
- 'dmd' or 'dmd-latest' or 'dmd-beta'. This names resolve to
151151
the highest available versions as specified on
152-
htpps://downloads.dlang.org/releases/LATEST or on
153-
htpps://downloads.dlang.org/pre-releases/LATEST. 'dmd' and
152+
https://downloads.dlang.org/releases/LATEST or on
153+
https://downloads.dlang.org/pre-releases/LATEST. 'dmd' and
154154
'dmd-latest' use the former url, 'dmd-beta' uses the latter.
155155
In case the beta version is lower than the normal version the
156156
normal version is picked.
@@ -814,7 +814,7 @@ export class GDC implements ITool {
814814
/** Install gdc from the apt repos and set DC to point to it */
815815
async makeAvailableGdc () {
816816
const binName = `gdc${this.aptPkgVersion}`
817-
console.log(`Installing binName`)
817+
console.log(`Installing ${binName}`)
818818
await exec.exec('sudo apt-get update')
819819
await exec.exec('sudo', ['apt-get', 'install', '-y', binName])
820820
console.log(`Setting DC to '/usr/bin/${binName}'`)

0 commit comments

Comments
 (0)