Commit 2c0c0f1ad4e61d36efbd88a3f425f999a003929f

Authored by Adhidarma Hadiwinoto
1 parent 6900521d25
Exists in master

matrix.machineid_hashed_readable

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

... ... @@ -10,6 +10,8 @@ const matrix = {
10 10 machineid_hashed: sha1('KOMODO' + machineid.machineIdSync())
11 11 };
12 12  
  13 +matrix.machineid_hashed_readable = matrix.machineid_hashed.match(/.{1,4}/g).join('-');
  14 +
13 15 // get active git version
14 16 simpleGit(process.cwd()).raw(
15 17 ['describe'],