Skip to content

Commit

Permalink
Merge release branch 4.8 to master
Browse files Browse the repository at this point in the history
* 4.8:
  writeIfNotHere requires an array of strings, not a string
  • Loading branch information
swill committed May 12, 2016
2 parents f88cb88 + a1e181c commit 3f97908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/network/ping/baremetal_user_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def addUserData(vmIp, folder, fileName, contents):
f.close()

if folder == "metadata" or folder == "meta-data":
writeIfNotHere(metaManifest, fileName)
writeIfNotHere(metaManifest, [fileName])

if __name__ == '__main__':
string = sys.argv[1]
Expand Down

0 comments on commit 3f97908

Please sign in to comment.