Skip to content

Commit

Permalink
rpm: avoid unbound variables
Browse files Browse the repository at this point in the history
Signed-off-by: Kentaro Hayashi <kenhys@gmail.com>
  • Loading branch information
kenhys committed Jul 31, 2023
1 parent 853e271 commit 4e3103d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fluent-package/yum/serverspec-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ enabled=1
[Confluent-Clients]
name=Confluent Clients repository
baseurl=https://packages.confluent.io/clients/rpm/centos/$releasever/$basearch
baseurl=https://packages.confluent.io/clients/rpm/centos/\$releasever/\$basearch
gpgcheck=1
gpgkey=https://packages.confluent.io/clients/rpm/archive.key
enabled=1
Expand Down

0 comments on commit 4e3103d

Please sign in to comment.