Skip to content

Commit 9e2f7d7

Browse files
committed
src/d.ts: Trivial fixes
Signed-off-by: Andrei Horodniceanu <[email protected]>
1 parent 79159b5 commit 9e2f7d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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)