diff options
| author | Ben Howard <ben.howard@canonical.com> | 2014-01-24 12:52:04 -0700 |
|---|---|---|
| committer | Ben Howard <ben.howard@canonical.com> | 2014-01-24 12:52:04 -0700 |
| commit | 7079fac4646380db1e064a433d7843473bda1542 (patch) | |
| tree | cb7a4307e0b2929a4b07e99769579d04c89ca123 /cloudinit/distros/freebsd.py | |
| parent | fb55c1079375454d2a2a2f82c6c1812759eeb1f1 (diff) | |
| download | vyos-cloud-init-7079fac4646380db1e064a433d7843473bda1542.tar.gz vyos-cloud-init-7079fac4646380db1e064a433d7843473bda1542.zip | |
Fixed flip-flopped comment
Diffstat (limited to 'cloudinit/distros/freebsd.py')
| -rw-r--r-- | cloudinit/distros/freebsd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/distros/freebsd.py b/cloudinit/distros/freebsd.py index f1650a77..d28860eb 100644 --- a/cloudinit/distros/freebsd.py +++ b/cloudinit/distros/freebsd.py @@ -2,7 +2,7 @@ # # Copyright (C) 2014 Harm Weites # -# Author: Harm Weites <harm@weites.com> +# Author: Harm Weites <harm@weites.com> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License version 3, as |
