Skip to content

Commit 09b1676

Browse files
committed
Fix gruntfile
1 parent 10990dd commit 09b1676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ module.exports = function(grunt) {
3737
appDirectory: grunt.option('appdir'),
3838
outputDirectory: grunt.option('outdir'),
3939
name: 'OpenBazaar'+(grunt.option('clientonly') || ''),
40-
productName: 'OpenBazaar'+grunt.option('clientonly'),
40+
productName: 'OpenBazaar'+(grunt.option('clientonly') || ''),
4141
authors: 'OpenBazaar',
4242
owners: 'OpenBazaar',
4343
exe: 'OpenBazaar.exe',

0 commit comments

Comments
 (0)