Skip to content

Commit 42602c8

Browse files
author
Sam Dodrill
committed
fix(contrib/gce): fix accidental typo in GCE generator
1 parent 740b72f commit 42602c8

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
@@ -52,7 +52,7 @@ def main():
5252
print "Discovery URL invalid."
5353
return 1
5454

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

0 commit comments

Comments
 (0)