Skip to content

Commit

Permalink
quick fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
NorseGaud committed Aug 16, 2024
1 parent 9c5a5f7 commit 187e07b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/services/github/github.go
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ func Run(workerCtx context.Context, serviceCtx context.Context, serviceCancel co
// Install runner
globals := config.GetGlobalsFromContext(serviceCtx)
logger.InfoContext(serviceCtx, "installing github runner inside of vm")
installRunnerPath := globals.PluginsPath + "/github/install-runner.bash"
installRunnerPath := globals.PluginsPath + "/services/github/install-runner.bash"
registerRunnerPath := globals.PluginsPath + "/services/github/register-runner.bash"
startRunnerPath := globals.PluginsPath + "/services/github/start-runner.bash"
_, installRunnerErr := os.Stat(installRunnerPath)
Expand Down

0 comments on commit 187e07b

Please sign in to comment.