61-alpha0.1

This commit is contained in:
2024-11-12 18:10:55 -07:00
parent b1bfa6fdcb
commit b0d9ca4480
2 changed files with 3 additions and 5 deletions
+1 -3
View File
@@ -431,10 +431,8 @@ elif [ "$arg" == "interactive" -o "$arg" == "i" ]; then
gitJobs=$readGitJobs
fi
if [ -z $readIdfGet ]; then
if [ ! -z $readIdfGet ]; then
idfGet=$readIdfGet
else
idfGet="update"
fi
writeToLog "\n === new ${action} ===\n"
+1 -1
View File
@@ -1 +1 @@
61-alpha
61-alpha0.1