Skip to content

Commit

Permalink
Merge pull request #2537 from vilinski/patch-1
Browse files Browse the repository at this point in the history
Fix copypasta
  • Loading branch information
matthid authored Aug 5, 2020
2 parents 5ebaada + 1f6bc6c commit f9c2b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/Fake.BuildServer.GitLab/GitLab.fs
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ module GitLab =
let detect () =
BuildServer.buildServer = BuildServer.GitLabCI
let install(force:bool) =
if not (detect()) then failwithf "Cannot run 'install()' on a non-AppVeyor environment"
if not (detect()) then failwithf "Cannot run 'install()' on a non-GitLab environment"
if force || not (CoreTracing.areListenersSet()) then
CoreTracing.setTraceListeners [defaultTraceListener]
()
Expand Down

0 comments on commit f9c2b97

Please sign in to comment.