Skip to content

Commit

Permalink
minor cli docstring fix (#4759) [ci skip]
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Chorlton <jchorlton@gmail.com>
  • Loading branch information
jchorl committed Feb 20, 2024
1 parent 9d6dd6a commit ee4b4a2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -41,7 +41,7 @@ class CloudCacheFactory extends CacheFactory {
if( !runName ) throw new AbortOperationException("Missing cache `runName`")
final path = (Global.session as Session).cloudCachePath
if( !path )
throw new IllegalArgumentException("Cloud-cache path not defined - use either -cloudcatch run option or NXF_CLOUDCACHE_PATH environment variable")
throw new IllegalArgumentException("Cloud-cache path not defined - use either -cloudcache run option or NXF_CLOUDCACHE_PATH environment variable")
final store = new CloudCacheStore(uniqueId, runName, path)
return new CacheDB(store)
}
Expand Down

0 comments on commit ee4b4a2

Please sign in to comment.