Skip to content

Commit

Permalink
tiny bug
Browse files Browse the repository at this point in the history
  • Loading branch information
schlichtanders committed Sep 2, 2024
1 parent aeea6e1 commit acd1b43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Jolin"
uuid = "87100c7f-5f96-485a-944e-f6ba66ec4971"
authors = ["Stephan Sahm <[email protected]> and contributors"]
version = "0.1.1"
version = "0.1.2"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand Down
2 changes: 1 addition & 1 deletion ext/AWSExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module AWSExt
import Jolin, AWS, JSON3
using Dates

function JolinPluto.authenticate_aws(args...)
function Jolin.authenticate_aws(args...)
mydateformat = Dates.dateformat"yyyymmdd\THHMMSS\Z"
# we define a function in a macro, so that we can use @get_jwt macro (which needs the location)
# as well as use `renew`` argument, which requires a function
Expand Down

0 comments on commit acd1b43

Please sign in to comment.