Skip to content
Snippets Groups Projects
Unverified Commit 47eae5a5 authored by bryan's avatar bryan Committed by GitHub
Browse files

fix a regex validation (#42251)

parent 60657636
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@
(def ^:private AirgapToken
"Similar to RemoteCheckedToken, but starts with 'airgap_'."
#"airgap_[0-9a-f]*")
#"airgap_.+")
(def ^:private TokenStr
[:or
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment