Skip to content

Commit

Permalink
⚡ Makes things easier for CI deployment if version outputs only the n…
Browse files Browse the repository at this point in the history
…umber
  • Loading branch information
segersniels committed May 23, 2019
1 parent 2854309 commit 58bb6b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export default class Supdock {
}

public version() {
logAndForget(`supdock version ${version}`);
logAndForget(version);
}

public getCustomCommands() {
Expand Down

0 comments on commit 58bb6b2

Please sign in to comment.