Skip to content

Commit

Permalink
webapp: ues gh cache to restore history (#1336)
Browse files Browse the repository at this point in the history
Signed-off-by: David Korczynski <david@adalogics.com>
  • Loading branch information
DavidKorczynski authored Dec 14, 2023
1 parent c574e8f commit f896236
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -966,7 +966,7 @@ def get_cmdline_parser():
parser.add_argument("--cleanup", action="store_true")
parser.add_argument("--debug", action="store_true")
parser.add_argument("--use_gh_cache", action="store_false")
parser.add_argument("--use_webapp_cache", action="store_false")
parser.add_argument("--use_webapp_cache", action="store_true")
return parser


Expand Down

0 comments on commit f896236

Please sign in to comment.