aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/default_paths.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/default_paths.org')
-rw-r--r--org/default_paths.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/org/default_paths.org b/org/default_paths.org
index f1d3301..9bb5c28 100644
--- a/org/default_paths.org
+++ b/org/default_paths.org
@@ -60,7 +60,7 @@ template PodManifest() {
&& (_pth.chainPath(pod_manifest_filename).array).isFile)) {
_manifest_path = _pth;
} else if (_pth.match(rgx.src_pth_contents)
- && exists(_pth)!=0 && _pth.isDir) {
+ && exists(_pth)!=0 && _pth.isFile) {
_manifest_path = dirName(_pth);
} else if (_pth.match(rgx.src_pth_pod_sst_or_ssm)
&& exists(_pth)!=0 && (_pth.isFile)) {