@@ -172,7 +172,7 @@ func (c *Config) Options() serpent.OptionSet {
172
172
Description : `ForceSafe ignores any filesystem safety checks.
173
173
This could cause serious harm to your system!
174
174
This is used in cases where bypass is needed
175
- to unblock customers! ` ,
175
+ to unblock customers. ` ,
176
176
},
177
177
{
178
178
Name : "Insecure" ,
@@ -207,7 +207,7 @@ func (c *Config) Options() serpent.OptionSet {
207
207
Env : "GIT_URL" ,
208
208
Value : serpent .StringOf (& c .GitURL ),
209
209
Description : `GitURL is the URL of the Git repository to clone.
210
- This is optional! ` ,
210
+ This is optional. ` ,
211
211
},
212
212
{
213
213
Name : "Git Clone Depth" ,
@@ -228,28 +228,28 @@ func (c *Config) Options() serpent.OptionSet {
228
228
Env : "GIT_USERNAME" ,
229
229
Value : serpent .StringOf (& c .GitUsername ),
230
230
Description : `GitUsername is the username to use for Git authentication.
231
- This is optional! ` ,
231
+ This is optional. ` ,
232
232
},
233
233
{
234
234
Name : "Git Password" ,
235
235
Env : "GIT_PASSWORD" ,
236
236
Value : serpent .StringOf (& c .GitPassword ),
237
237
Description : `GitPassword is the password to use for Git authentication.
238
- This is optional! ` ,
238
+ This is optional. ` ,
239
239
},
240
240
{
241
241
Name : "Git HTTP Proxy URL" ,
242
242
Env : "GIT_HTTP_PROXY_URL" ,
243
243
Value : serpent .StringOf (& c .GitHTTPProxyURL ),
244
244
Description : `GitHTTPProxyURL is the url for the http proxy.
245
- This is optional! ` ,
245
+ This is optional. ` ,
246
246
},
247
247
{
248
248
Name : "Workspace Folder" ,
249
249
Env : "WORKSPACE_FOLDER" ,
250
250
Value : serpent .StringOf (& c .WorkspaceFolder ),
251
251
Description : `WorkspaceFolder is the path to the workspace folder
252
- that will be built. This is optional! ` ,
252
+ that will be built. This is optional. ` ,
253
253
},
254
254
{
255
255
Name : "SSL Cert Base64" ,
0 commit comments