Skip to content

Commit

Permalink
feat: Trigger release
Browse files Browse the repository at this point in the history
  • Loading branch information
staticaland committed Nov 15, 2023
1 parent a0b03eb commit fb54b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scriptrunner/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
//go:embed ok.sh port-forward.sh
var scripts embed.FS

// Loads a script from the embedded filesystem, writes it to a temp file, and returns the path to the temp file...
// Loads a script from the embedded filesystem, writes it to a temp file, and returns the path to the temp file.
func createTempScriptFile(scriptName string) (string, error) {
scriptContent, err := scripts.ReadFile(scriptName)
if err != nil {
Expand Down

0 comments on commit fb54b09

Please sign in to comment.