Skip to content

Commit 4183640

Browse files
committed
fix(gce): update to new path for example userdata
1 parent de812f1 commit 4183640

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/gce/create-gce-user-data

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def main():
5454

5555
gce_user_data = get_file("gce-user-data", "w", True)
5656
gce_template = get_file("gce-user-data-template")
57-
coreos_template = get_file("../coreos/user-data")
57+
coreos_template = get_file("../coreos/user-data.example")
5858

5959
configuration_coreos_template = yaml.safe_load(coreos_template)
6060
configuration_gce_template = yaml.safe_load(gce_template)

0 commit comments

Comments
 (0)