Skip to content

Commit 75880a2

Browse files
committed
Keys n stuff working
1 parent a7124fa commit 75880a2

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ app.*.symbols
4141

4242
# My Custom paths
4343

44-
44+
.keys-n-stuff/

.keys-n-stuff.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"dir": "fuid",
3+
"type": "flutter",
4+
"repo": "git@github.com:hmziqrs/keys-n-stuff.git"
5+
}

scripts/keys-n-stuff.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Future<void> main() async {
2424
final keysDir = Directory('.keys-n-stuff');
2525

2626
// Read the keys-n-stuff.json file
27-
final configFile = File('keys-n-stuff.json');
27+
final configFile = File('.keys-n-stuff.json');
2828
if (!await configFile.exists()) {
2929
throw 'Configuration file not found';
3030
}

0 commit comments

Comments
 (0)