Skip to content

Commit

Permalink
Fix double escape
Browse files Browse the repository at this point in the history
  • Loading branch information
arianvp committed Jun 1, 2024
1 parent 302ead8 commit e3b04d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/mixins/aws.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
log_group_name = "ec2-logs";
auto_create_group = true;
log_stream_name = "default";
log_stream_template = "$${ec2_instance_id}";
log_stream_template = "\${ec2_instance_id}";
}];
};
};
Expand Down

0 comments on commit e3b04d7

Please sign in to comment.