File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
.github/actions/cibuildgem Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28243,7 +28243,7 @@ function setupRakeCompilerConfig(workingDirectory) {
2824328243 let rbConfigName = getRbConfigName(rubyPlatform, rubyVersion)
2824428244
2824528245 if (rubyVersion != currentRubyVersion) {
28246- fs.writeFileSync(rbConfigPath, `${rbConfigName}: ${normalized_path (path)}\n`, { flag: 'a+' })
28246+ fs.writeFileSync(rbConfigPath, `${rbConfigName}: ${normalizedPath (path)}\n`, { flag: 'a+' })
2824728247 }
2824828248 })
2824928249}
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ function setupRakeCompilerConfig(workingDirectory) {
4242 let rbConfigName = getRbConfigName ( rubyPlatform , rubyVersion )
4343
4444 if ( rubyVersion != currentRubyVersion ) {
45- fs . writeFileSync ( rbConfigPath , `${ rbConfigName } : ${ normalized_path ( path ) } \n` , { flag : 'a+' } )
45+ fs . writeFileSync ( rbConfigPath , `${ rbConfigName } : ${ normalizedPath ( path ) } \n` , { flag : 'a+' } )
4646 }
4747 } )
4848}
You can’t perform that action at this time.
0 commit comments