Skip to content

Commit

Permalink
build(hiccup-carbon-icons) Support tests on Windows environments.
Browse files Browse the repository at this point in the history
  • Loading branch information
earthlyreason committed Dec 15, 2019
1 parent 1c8073b commit 2a85af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hiccup-carbon-icons/test/contact-sheet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { execSync } from "child_process";
import * as fs from "fs";
import * as icons from "../src/index";

const REV = execSync("git log --pretty='%h %cI' -1")
const REV = execSync('git log --pretty="%h %cI" -1')
.toString()
.trim();

Expand Down

0 comments on commit 2a85af2

Please sign in to comment.