Use chef_ prefix

This commit is contained in:
Aoran Zeng
2025-07-14 14:02:17 +08:00
parent fac71e0dcb
commit 681ea40cee
4 changed files with 13 additions and 10 deletions

View File

@@ -56,7 +56,7 @@ void
pl_ruby_remove_gem_source (const char *source)
{
char *cmd = NULL;
if (is_url (source))
if (chef_is_url (source))
{
cmd = xy_2strjoin ("gem sources -r ", source);
chsrc_run (cmd, RunOpt_Default);