Skip to content

Commit

Permalink
Fix copypasta
Browse files Browse the repository at this point in the history
  • Loading branch information
vilinski authored Aug 5, 2020
1 parent 63a36e0 commit 1f6bc6c
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 1f6bc6c

Please sign in to comment.