aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlib/edit.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/edit.sh b/lib/edit.sh
index b2a97a6..19974b1 100755
--- a/lib/edit.sh
+++ b/lib/edit.sh
@@ -137,21 +137,21 @@ function editStageProject() {
backupStages
editStages
- checkFilesHash
+ compareTaskFiles
return 0
fi
- for taskID in "${tasksProject[@]}"; do
+ for taskID in "${idsTaskProject[@]}"; do
local uuid
uuid=$(task _get "$taskID".uuid)
- task _get "$uuid".description >>/tmp/tskw.edit
+ task _get "$uuid".description >>"$TMP_TSKW_EDIT"
done
backupStages
editStages
- checkFilesHash
+ compareTaskFiles
}
#****f* edit.sh/deleteProject