Skip to content

Commit

Permalink
bad sub
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdaniels committed Sep 11, 2024
1 parent cfa84a2 commit 23ecd94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextjs-end/.idx/dev.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
default.openFiles = [".env"];
};
onCreate = {
firebase-setup = "firebase use && firebase use \${curl -s -H \"Metadata-Flavor: Google\" http://metadata.google.internal/computeMetadata/v1/project/project-id} || true";
firebase-setup = "firebase use && firebase use \$(curl -s -H \"Metadata-Flavor: Google\" http://metadata.google.internal/computeMetadata/v1/project/project-id) || true";
};
};
idx.extensions = [
Expand Down

0 comments on commit 23ecd94

Please sign in to comment.