Skip to content

Commit fbdda11

Browse files
authored
Merge pull request #32 from reynaldichernando/fix-program-name
Set program name to be hardcoded puter string
2 parents df16d97 + df08833 commit fbdda11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ async function main() {
1313

1414
const program = new Command();
1515
program
16-
.name(PROJECT_NAME)
16+
.name('puter')
1717
.description('CLI tool for Puter cloud platform')
1818
.version(version);
1919

0 commit comments

Comments
 (0)