Skip to content

Commit

Permalink
Modifies application name to remove the space
Browse files Browse the repository at this point in the history
  • Loading branch information
felaube committed Mar 16, 2020
1 parent 3acf638 commit 6341e60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/build/settings/base.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"app_name": "Expenses Tracker",
"app_name": "expenses_tracker",
"author": "Fernando Souza Laube",
"main_module": "src/main/python/main.py",
"version": "1.0.0"
}
}

0 comments on commit 6341e60

Please sign in to comment.