Skip to content

Commit 274ae3a

Browse files
committed
Fix typos and formatting in Readme
1 parent d962090 commit 274ae3a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The following parameters are supported:
4545
- `cvmfs_catalog_watermark`: Try to release pinned catalogs when their number surpasses the given watermark. Defaults to 1/4 CVMFS_NFILES; explicitly set by shrinkwrap.
4646
- `cvmfs_check_permissions`: If set to no, disable checking of file ownership and permissions (open all files).
4747
- `cvmfs_claim_ownership`: If set to yes, allows CernVM-FS to claim ownership of files and directories.
48-
- `cvmfs_client_profile`: Choose a suitable proxy, defaults to `single`.
48+
- `cvmfs_client_profile`: Chooses a suitable proxy automatically if set to `single`.
4949
- `cvmfs_config_repo_required`: If set to yes, no repository can be mounted unless the config repository is available.
5050
- `cvmfs_debuglog`: If set, run CernVM-FS in debug mode and write a verbose log the the specified file.
5151
- `cvmfs_default_domain`: The default domain will be automatically appended to repository names when given without a domain.

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ inputs:
4949
required: false
5050
default: ''
5151
cvmfs_client_profile:
52-
description: 'Choose a suitable proxy automatically is set to single'
52+
description: 'Choose a suitable proxy automatically if set to single.'
5353
required: false
5454
default: 'single'
5555
cvmfs_config_repo_required:
@@ -177,7 +177,7 @@ inputs:
177177
required: false
178178
default: ''
179179
cvmfs_memcache_size:
180-
description: 'Size of the CernVM-FS meta-data memory cache in Megabyte.'
180+
description: 'Size of the CernVM-FS meta-data memory cache in Megabytes.'
181181
required: false
182182
default: ''
183183
cvmfs_mount_rw:
@@ -193,7 +193,7 @@ inputs:
193193
required: false
194194
default: ''
195195
cvmfs_nfs_shared:
196-
description: 'If set a path, used to store the NFS maps in an SQlite database, instead of the usual LevelDB storage in the cache directory.'
196+
description: 'If set to a path, used to store the NFS maps in an SQlite database, instead of the usual LevelDB storage in the cache directory.'
197197
required: false
198198
default: ''
199199
cvmfs_nfs_source:

0 commit comments

Comments
 (0)