Skip to content

Commit

Permalink
Fix persist_sandbox in Makefile (All-Hands-AI#2171)
Browse files Browse the repository at this point in the history
  • Loading branch information
li-boxuan authored Jun 1, 2024
1 parent 6e76f9a commit feaae0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ setup-config-prompts:
read -p "Enter a password for the sandbox container: " ssh_password; \
echo "ssh_password=\"$$ssh_password\"" >> $(CONFIG_FILE).tmp; \
else \
echo "persist_sandbox=\"$$persist_sandbox\"" >> $(CONFIG_FILE).tmp; \
echo "persist_sandbox=$$persist_sandbox" >> $(CONFIG_FILE).tmp; \
fi

@echo "" >> $(CONFIG_FILE).tmp
Expand Down

0 comments on commit feaae0b

Please sign in to comment.