Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 7d4f0c8

Browse files
committed
Renamed generated bundle prefix to foxx-tracer-collector.
1 parent b9354d5 commit 7d4f0c8

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
@@ -78,7 +78,7 @@ module.exports = function (grunt) {
7878
bundle: {
7979
command: ['build', 'foxx', 'bundle'],
8080
options: {
81-
'--outfile': '../dist/RecallGraph-<%= manifest.version %>.zip'
81+
'--outfile': '../dist/foxx-tracer-collector-<%= manifest.version %>.zip'
8282
},
8383
flags: ['-f']
8484
},

0 commit comments

Comments
 (0)