Skip to content

Commit

Permalink
fix(andax/fns/tsunagu): gitlab_commit() (with domain)
Browse files Browse the repository at this point in the history
  • Loading branch information
madonuko authored Mar 10, 2024
1 parent 2ff8aab commit 59b3c65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion andax/src/fns/tsunagu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ pub mod ar {
pub fn gitlab_tag(ctx: NativeCallContext, id: &str) -> Res<String> {
gitlab_tag_domain(ctx, "gitlab.com", id)
}
#[rhai_fn(return_raw, name = "gitlab_tag", global)]
#[rhai_fn(return_raw, name = "gitlab_commit", global)]
pub fn gitlab_commit_domain(
ctx: NativeCallContext,
domain: &str,
Expand Down

0 comments on commit 59b3c65

Please sign in to comment.