Skip to content

Commit 68ce585

Browse files
auto commit
1 parent 1865019 commit 68ce585

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DynamoDbEncryption/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,10 +166,10 @@ STRUCTUREDENCRYPTION_INDEX_FILE_WITHOUT_EXTERN_STRING="module StructuredEncrypti
166166

167167
# Target to restore all directories in a list
168168
# TODO: Remove this once we don't copy all of the directories and files into implementation and test https://sim.amazon.com/issues/CrypTool-5447
169-
RESTORE_FILESORDIR := README.md
169+
RESTORE_FILES_DIR := README.md
170170
_polymorph_go: restore_file_directories
171171
restore_file_directories:
172-
@for dir in $(RESTORE_DIRS); do \
172+
@for dir in $(RESTORE_FILES_DIR); do \
173173
if [ -e "runtimes/go/ImplementationFromDafny-go/$$dir" ]; then \
174174
cp -Rf runtimes/go/ImplementationFromDafny-go/$$dir runtimes/go/; \
175175
rm -rf runtimes/go/ImplementationFromDafny-go/$$dir; \

0 commit comments

Comments
 (0)