diff --git a/build.py b/build.py index 1a3c0fec44..1c1804edcf 100755 --- a/build.py +++ b/build.py @@ -1132,7 +1132,7 @@ def main(): if 'INPUT_PHOTON_BUILD_NUMBER' in os.environ: - configdict["photon-build-param"]["input-photon-build-number"] = os.environ['IMPUT_PHOTON_BUILD_NUMBER'] + configdict["photon-build-param"]["input-photon-build-number"] = os.environ['INPUT_PHOTON_BUILD_NUMBER'] if 'BASE_COMMIT' in os.environ: configdict["photon-build-param"]["base-commit"] = os.environ['BASE_COMMIT'] diff --git a/docs/photon_admin/creating-a-stand-alone-photon-machine-with-cloud-init.md b/docs/photon_admin/creating-a-stand-alone-photon-machine-with-cloud-init.md index 9b55e2718b..29fc727101 100644 --- a/docs/photon_admin/creating-a-stand-alone-photon-machine-with-cloud-init.md +++ b/docs/photon_admin/creating-a-stand-alone-photon-machine-with-cloud-init.md @@ -29,7 +29,7 @@ Cloud-init can customize a Photon OS virtual machine by using the `nocloud` data The ISO now appears in the current directory: - ``` + ``` steve@ubuntu:~$ ls meta-data seed.iso user-data ``` @@ -46,4 +46,4 @@ Cloud-init can customize a Photon OS virtual machine by using the `nocloud` data more /var/log/cloud-init.log ``` -1. Attach the ISO to the Photon OS virtual machine as a CD-ROM and reboot it so that the changes specified by seed.iso take effect. In this case, `cloud-init` sets the `hostname` and adds the `vim` package. \ No newline at end of file +1. Attach the ISO to the Photon OS virtual machine as a CD-ROM and reboot it so that the changes specified by seed.iso take effect. In this case, `cloud-init` sets the `hostname` and adds the `vim` package.