Last modified by Ralf Schuchardt on 2020/11/17 19:23

From version 15.1
edited by Pascal Robert
on 2009/08/02 14:46
Change comment: There is no comment for this version
To version 10.1
edited by mbushkov
on 2008/11/18 06:40
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.probert
1 +XWiki.mbushkov
Content
... ... @@ -147,7 +147,7 @@
147 147  
148 148  == Cleanup ==
149 149  
150 -Let's write a cleanup task in order not to leave tar.gz archives both on our local machine and on remote servers. The task can look like this:
150 +Let's right a cleanup task in order not to leave tar.gz archives both on our local machine and on remote servers. The task can look like this:
151 151  
152 152  {{code}}
153 153  
... ... @@ -191,7 +191,7 @@
191 191  {{code}}
192 192  
193 193  set "var1", "some data"
194 -set :var2, 10
194 +set :var2", 10
195 195  
196 196  {{/code}}
197 197