From: Steven Baltakatei Sandoval <baltakatei@gmail.com>
Date: Sat, 30 Apr 2022 08:00:36 +0000 (+0000)
Subject: fix(user/bkots):Fix stamp action
X-Git-Tag: 0.5.0~8
X-Git-Url: https://zdv2.bktei.com/gitweb/BK-2020-03.git/commitdiff_plain/303570f0a60eac29e3f7b88b4855a18102fadac6

fix(user/bkots):Fix stamp action
---

diff --git a/user/bkots b/user/bkots
index dba0ef5..7600aea 100644
--- a/user/bkots
+++ b/user/bkots
@@ -199,7 +199,7 @@ showVersion() {
     vbm "DEBUG:showVersion function called."
 
     cat <<'EOF'
-bkots 0.0.3
+bkots 0.0.4
 Copyright (C) 2022 Steven Baltakatei Sandoval
 License GPLv3: GNU GPL version 3
 This is free software; you are free to change and redistribute it.
@@ -659,7 +659,7 @@ main() {
         if [[ ! $option_dry_run == "true" ]]; then
             #ots stamp "$item";
             for url in "${calendars[@]}"; do
-                ots -l "$url" --no-default-whitelist verify stamp "$item";
+                ots -l "$url" --no-default-whitelist stamp "$item";
             done;
         else
             yell "DEBUG:DRY RUN:Not running:\"ots stamp $item\"";