diff options
author | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-09-25 13:37:09 -0700 |
---|---|---|
committer | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-09-25 13:37:09 -0700 |
commit | ca9251d74a18b47abacff2b63328061b9e484246 (patch) | |
tree | 0cb09c71a8a38ce3bbd75131679fcce4a29940f9 /packages | |
parent | cdba22dd0fc249124dfb4e578f44898ba044925a (diff) | |
download | vyos-cloud-init-ca9251d74a18b47abacff2b63328061b9e484246.tar.gz vyos-cloud-init-ca9251d74a18b47abacff2b63328061b9e484246.zip |
Fix cheetah syntax error.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/redhat/cloud-init.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/redhat/cloud-init.spec.in b/packages/redhat/cloud-init.spec.in index 6604b1ac..9cfe56f5 100644 --- a/packages/redhat/cloud-init.spec.in +++ b/packages/redhat/cloud-init.spec.in @@ -37,7 +37,7 @@ Requires: ${r} #end for # Custom patches -#set $size 0 +#set $size = 0 #for $p in $patches Patch${size}: $p #set $size += 1 |