Skip to content

Commit cdc488b

Browse files
authored
fix(git): use less aggressive language for description (#2591)
1 parent f8e94e3 commit cdc488b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/git.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4026,7 +4026,7 @@ const daemonServices: Fig.Suggestion[] = [
40264026

40274027
const completionSpec: Fig.Spec = {
40284028
name: "git",
4029-
description: "The stupid content tracker",
4029+
description: "Distributed version control system",
40304030
generateSpec: async (_, executeShellCommand) => {
40314031
const { stdout } = await executeShellCommand({
40324032
command: "git",

0 commit comments

Comments
 (0)