Skip to content

Commit

Permalink
[Bugfix] Fixed an accessibility issue in publish
Browse files Browse the repository at this point in the history
  • Loading branch information
callendorph committed Apr 10, 2024
1 parent 7bb25c2 commit 43f57dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/git-utils.stanza
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public defn run-git-command-in-dir (args0: Tuple<String> -- work-tree?:Maybe<Str
public defn run-git-command-in-dir (work-tree: String, args0: Tuple<String>) -> Int:
run-git-command-in-dir(args0, work-tree? = One(work-tree))

defn run-git-command (args0: Tuple<String>) -> Int:
public defn run-git-command (args0: Tuple<String>) -> Int:
run-git-command-in-dir(args0)

public defn shallow-clone-git-repo (
Expand Down

0 comments on commit 43f57dd

Please sign in to comment.