Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomationD committed Aug 8, 2024
1 parent f15f2c7 commit 00e186e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/manager/serverless/native.go
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ func (sls *Manager) installNvm() (string, error) {
}

}
logrus.Debugf("No correct nvm version found is incorrect, (re)installing nvm")
logrus.Debug("No correct nvm version found is incorrect, (re)installing nvm")

// Install nvm.
cmd := exec.Command("bash", "-c", fmt.Sprintf("curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v%s/install.sh | bash", sls.Project.NvmVersion))
Expand Down

0 comments on commit 00e186e

Please sign in to comment.