Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit79548a8

Browse files
committed
fix
1 parent293adff commit79548a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎coderd/workspaceapps/appurl/appurl.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ func CompileHostnamePattern(pattern string) (*regexp.Regexp, error) {
163163
pattern=hostname
164164
}
165165

166-
fori,label:=rangestrings.Split(hostname,".") {
166+
fori,label:=rangestrings.Split(pattern,".") {
167167
ifi==0 {
168168
// We have to allow the asterisk to be a valid hostname label, so
169169
// we strip the asterisk (which is only on the first one).

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp