Skip to content

Commit

Permalink
[hotfix] Fix bug preventing config partition from populating
Browse files Browse the repository at this point in the history
  • Loading branch information
sasa-tomic committed Jul 14, 2023
1 parent 0ab9178 commit c35625e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ic-os/setupos/defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def _custom_partitions(mode):
src = "config_tar",
label = "CONFIG",
partition_size = "50M",
subdir = "./config",
subdir = "config",
target_compatible_with = [
"@platforms//os:linux",
],
Expand Down

0 comments on commit c35625e

Please sign in to comment.