Skip to content

Commit 5d4f99c

Browse files
committed
Trivial modification.
1 parent d1b32b4 commit 5d4f99c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/edge/src/main/java/com/thefirstlineofcode/sand/client/edge/AbstractEdgeThing.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -882,7 +882,7 @@ protected void saveAttributes(Map<String, String> attributes) {
882882

883883
protected Path getAttributesFilePath() {
884884
String userHome = System.getProperty("user.home");
885-
Path attributesFilePath = Paths.get(userHome, SAND_EDGE_CONFIG_DIR + "/" + model + "-" + "attribute.properties");
885+
Path attributesFilePath = Paths.get(userHome, SAND_EDGE_CONFIG_DIR + "/" + model + "-" + "attributes.properties");
886886

887887
return attributesFilePath;
888888
}

0 commit comments

Comments
 (0)