Skip to content

Commit b389a35

Browse files
committed
fix typo
1 parent b9df196 commit b389a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/DependencyControl.moon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class DependencyControl
3636
%s\nPlease update the modules in question manually and reload your automation scripts.]]
3737
}
3838
new: {
39-
badRecordError: "Error: Bad {#@@__name} record (%s)."
39+
badRecordError: "Error: Bad #{@@__name} record (%s)."
4040
badRecord: {
4141
noUnmanagedMacros: "Creating unmanaged version records for macros is not allowed"
4242
missingNamespace: "No namespace defined"

0 commit comments

Comments
 (0)