Skip to content

Commit df4ce65

Browse files
committed
Don't try if no op
1 parent fd0548d commit df4ce65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chezmoi/dot_config/private_ngrok/private_ngrok.yml.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ region: us
44
tunnels:
55
your_tunnel_name:
66
proto: http
7-
hostname: {{ onepasswordRead "op://Private/ofex57bu4ty7dz335jfftqrtpm/hostname" }}
7+
hostname: {{ if lookPath "op" }}{{ onepasswordRead "op://Private/ofex57bu4ty7dz335jfftqrtpm/hostname" }}{{ end }}
88
addr: 127.0.0.1:80
99

1010
# -------------------------

0 commit comments

Comments
 (0)