mirror of
https://github.com/RubyMetric/chsrc
synced 2026-01-03 17:49:52 +08:00
Use chef_ prefix
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user