Skip to content

Commit f6f7601

Browse files
committed
Typo fixes
1 parent 8378d1d commit f6f7601

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blobs.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -785,7 +785,7 @@ func GetAllAppCategories() []AppCategory {
785785
}
786786

787787
func AllowedImportPath() string {
788-
return "github.com/shuffle/shuffle-sharedd"
788+
return "github.com/shuffle/shuffle-shared"
789789
}
790790

791791
func GetWorkflowTest() []byte {
@@ -946,7 +946,7 @@ func GetOnpremLicenses() map[string]string {
946946
// key: expiry
947947
// Format: DD-MM-YYYY
948948
return map[string]string{
949-
"59d02d3ecb38795bce88e558d69bb7b54e7280d4b859c0366fc111af51713d35": "01-09-2025",
949+
"59d02d3ecb38795bce88e558d69bb7b54e7280d4b859c0366fc111af51713d35": "01-10-2025",
950950
"53c4dd93924b6a525e3e245f1efe1c51d2e9523dc7bc93774b4cc271524b61f4": "01-11-2026",
951951
"defaaab6db5a198fbbd0a5a147f327c95585892fae46ade91e6b33862a0793cb": "01-12-2026",
952952
"6d14d869a4bd42b93240fd78b55851854224075aef4725c49667ad58abcb03e9": "01-01-2027",

0 commit comments

Comments
 (0)