Skip to content
This repository was archived by the owner on Jan 16, 2020. It is now read-only.

Commit 99275e8

Browse files
committed
Trim manifest files to avoid BOM issues.
1 parent b589c78 commit 99275e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/service/github.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ extend( GithubRepo.prototype, {
120120
return fn( error );
121121
}
122122

123-
fn( null, stdout );
123+
fn( null, stdout.trim() );
124124
});
125125
},
126126

0 commit comments

Comments
 (0)