diff --git a/code/templates/flip b/code/templates/flip index 54c9fbf..200a4b5 100755 --- a/code/templates/flip +++ b/code/templates/flip @@ -108,7 +108,7 @@ _read() { } _read_file() { # name, file - curl "$FLEES_ROOTURL/download/$FLEES_SHARE/$FLEES_TOKEN/$1" > "$2" + curl "$FLEES_ROOTURL/download/$FLEES_SHARE/$FLEES_TOKEN/$1" -o "$2" } _read_stdout() { # name curl -s "$FLEES_ROOTURL/download/$FLEES_SHARE/$FLEES_TOKEN/$1"