fix(user/bkots):Fix stamp action
authorSteven Baltakatei Sandoval <baltakatei@gmail.com>
Sat, 30 Apr 2022 08:00:36 +0000 (08:00 +0000)
committerSteven Baltakatei Sandoval <baltakatei@gmail.com>
Sat, 30 Apr 2022 08:00:36 +0000 (08:00 +0000)
user/bkots

index dba0ef5fa04372c2a8ef536e50ad88c94deba4c4..7600aea1707a6dc58e80f29b753a576120254a91 100644 (file)
@@ -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\"";